@@ -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 ] ,
@@ -49,7 +50,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
49
50
'--tw-ring-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
50
51
'--tw-ring-offset-shadow' : `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)` ,
51
52
'--tw-ring-shadow' : `var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)` ,
52
- 'box-shadow' : `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000 )` ,
53
+ 'box-shadow' : `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)` ,
53
54
'border-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
54
55
} ,
55
56
} ,
@@ -126,6 +127,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
126
127
'background-color' : '#fff' ,
127
128
'border-color' : theme ( 'colors.gray.500' , colors . gray [ 500 ] ) ,
128
129
'border-width' : borderWidth [ 'DEFAULT' ] ,
130
+ '--tw-shadow' : '0 0 #0000' ,
129
131
} ,
130
132
} ,
131
133
{
@@ -154,7 +156,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
154
156
'--tw-ring-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
155
157
'--tw-ring-offset-shadow' : `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)` ,
156
158
'--tw-ring-shadow' : `var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)` ,
157
- 'box-shadow' : `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000 )` ,
159
+ 'box-shadow' : `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)` ,
158
160
} ,
159
161
} ,
160
162
{
0 commit comments