Skip to content

Commit bbd8510

Browse files
committed
Update missed variable names
1 parent adb9807 commit bbd8510

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/index.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ const forms = plugin(function ({ addBase, theme }) {
3737
'&:focus': {
3838
outline: outline.none[0],
3939
'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)`,
4646
'box-shadow': `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)`,
4747
'border-color': theme('colors.blue.600', colors.blue[600]),
4848
},
@@ -121,12 +121,12 @@ const forms = plugin(function ({ addBase, theme }) {
121121
`]: {
122122
outline: outline.none[0],
123123
'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)`,
130130
'box-shadow': `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)`,
131131
'border-color': theme('colors.gray.400', colors.gray[400]),
132132
},

0 commit comments

Comments
 (0)