Skip to content

Commit a00597d

Browse files
committed
add default box shadow reset
1 parent 39946dd commit a00597d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
4040
'padding-left': spacing[3],
4141
'font-size': baseFontSize,
4242
'line-height': baseLineHeight,
43+
'--tw-shadow': '0 0 #0000',
4344
'&:focus': {
4445
outline: outline.none[0],
4546
'outline-offset': outline.none[1],

0 commit comments

Comments
 (0)