Skip to content

Commit

Permalink
Update missed variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Nov 16, 2020
1 parent adb9807 commit bbd8510
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ const forms = plugin(function ({ addBase, theme }) {
'&:focus': {
outline: outline.none[0],
'outline-offset': outline.none[1],
'--ring-inset': 'var(--tw-empty,/*!*/ /*!*/)',
'--ring-offset-width': '0px',
'--ring-offset-color': '#fff',
'--ring-color': theme('colors.blue.600', colors.blue[600]),
'--ring-offset-shadow': `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)`,
'--ring-shadow': `var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)`,
'--tw-ring-inset': 'var(--tw-empty,/*!*/ /*!*/)',
'--tw-ring-offset-width': '0px',
'--tw-ring-offset-color': '#fff',
'--tw-ring-color': theme('colors.blue.600', colors.blue[600]),
'--tw-ring-offset-shadow': `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)`,
'--tw-ring-shadow': `var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)`,
'box-shadow': `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)`,
'border-color': theme('colors.blue.600', colors.blue[600]),
},
Expand Down Expand Up @@ -121,12 +121,12 @@ const forms = plugin(function ({ addBase, theme }) {
`]: {
outline: outline.none[0],
'outline-offset': outline.none[1],
'--ring-inset': 'var(--tw-empty,/*!*/ /*!*/)',
'--ring-offset-width': '2px',
'--ring-offset-color': '#fff',
'--ring-color': theme('colors.blue.600', colors.blue[600]),
'--ring-offset-shadow': `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)`,
'--ring-shadow': `var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)`,
'--tw-ring-inset': 'var(--tw-empty,/*!*/ /*!*/)',
'--tw-ring-offset-width': '2px',
'--tw-ring-offset-color': '#fff',
'--tw-ring-color': theme('colors.blue.600', colors.blue[600]),
'--tw-ring-offset-shadow': `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)`,
'--tw-ring-shadow': `var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)`,
'box-shadow': `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)`,
'border-color': theme('colors.gray.400', colors.gray[400]),
},
Expand Down

0 comments on commit bbd8510

Please sign in to comment.