Skip to content

Commit

Permalink
add default box shadow reset
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Sep 16, 2021
1 parent 39946dd commit a00597d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -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],
Expand Down

0 comments on commit a00597d

Please sign in to comment.