@@ -37,12 +37,12 @@ const forms = plugin(function ({ addBase, theme }) {
37
37
'&:focus' : {
38
38
outline : outline . none [ 0 ] ,
39
39
'outline-offset' : outline . none [ 1 ] ,
40
- '--ring-inset' : 'var(--tw-empty,/*!*/ /*!*/)' ,
41
- '--ring-offset-width' : '0px' ,
42
- '--ring-offset-color' : '#fff' ,
43
- '--ring-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
44
- '--ring-offset-shadow' : `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)` ,
45
- '--ring-shadow' : `var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)` ,
40
+ '--tw- ring-inset' : 'var(--tw-empty,/*!*/ /*!*/)' ,
41
+ '--tw- ring-offset-width' : '0px' ,
42
+ '--tw- ring-offset-color' : '#fff' ,
43
+ '--tw- ring-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
44
+ '--tw- ring-offset-shadow' : `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)` ,
45
+ '--tw- ring-shadow' : `var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)` ,
46
46
'box-shadow' : `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)` ,
47
47
'border-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
48
48
} ,
@@ -121,12 +121,12 @@ const forms = plugin(function ({ addBase, theme }) {
121
121
` ] : {
122
122
outline : outline . none [ 0 ] ,
123
123
'outline-offset' : outline . none [ 1 ] ,
124
- '--ring-inset' : 'var(--tw-empty,/*!*/ /*!*/)' ,
125
- '--ring-offset-width' : '2px' ,
126
- '--ring-offset-color' : '#fff' ,
127
- '--ring-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
128
- '--ring-offset-shadow' : `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)` ,
129
- '--ring-shadow' : `var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)` ,
124
+ '--tw- ring-inset' : 'var(--tw-empty,/*!*/ /*!*/)' ,
125
+ '--tw- ring-offset-width' : '2px' ,
126
+ '--tw- ring-offset-color' : '#fff' ,
127
+ '--tw- ring-color' : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
128
+ '--tw- ring-offset-shadow' : `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)` ,
129
+ '--tw- ring-shadow' : `var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)` ,
130
130
'box-shadow' : `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)` ,
131
131
'border-color' : theme ( 'colors.gray.400' , colors . gray [ 400 ] ) ,
132
132
} ,
0 commit comments