From a00597d16c6ad220983a2c6ae43098fc59319070 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Thu, 16 Sep 2021 15:26:11 +0200 Subject: [PATCH] add default box shadow reset --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index b97215e..53429f3 100644 --- a/src/index.js +++ b/src/index.js @@ -40,6 +40,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) { 'padding-left': spacing[3], 'font-size': baseFontSize, 'line-height': baseLineHeight, + '--tw-shadow': '0 0 #0000', '&:focus': { outline: outline.none[0], 'outline-offset': outline.none[1],