@@ -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
} ,
@@ -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
{
@@ -154,7 +157,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
154
157
'--tw-ring-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
155
158
'--tw-ring-offset-shadow' : `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)` ,
156
159
'--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 )` ,
160
+ 'box-shadow' : `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)` ,
158
161
} ,
159
162
} ,
160
163
{
0 commit comments