@@ -40,6 +40,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
40
40
'padding-left' : spacing [ 3 ] ,
41
41
'font-size' : baseFontSize ,
42
42
'line-height' : baseLineHeight ,
43
+ '--tw-shadow' : '0 0 #0000' ,
43
44
'&:focus' : {
44
45
outline : outline . none [ 0 ] ,
45
46
'outline-offset' : outline . none [ 1 ] ,
@@ -94,6 +95,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
94
95
'background-size' : `1.5em 1.5em` ,
95
96
'padding-right' : spacing [ 10 ] ,
96
97
'color-adjust' : `exact` ,
98
+ '--tw-shadow' : '0 0 #0000' ,
97
99
} ,
98
100
} ,
99
101
{
@@ -126,6 +128,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
126
128
'background-color' : '#fff' ,
127
129
'border-color' : theme ( 'colors.gray.500' , colors . gray [ 500 ] ) ,
128
130
'border-width' : borderWidth [ 'DEFAULT' ] ,
131
+ '--tw-shadow' : '0 0 #0000' ,
129
132
} ,
130
133
} ,
131
134
{
@@ -237,6 +240,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
237
240
padding : '0' ,
238
241
'font-size' : 'unset' ,
239
242
'line-height' : 'inherit' ,
243
+ '--tw-shadow' : '0 0 #0000' ,
240
244
} ,
241
245
} ,
242
246
{
0 commit comments