Skip to content

Commit

Permalink
Remove variants
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Sep 28, 2023
1 parent 0558c03 commit fb8d24c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,6 @@ module.exports = {
'5xl': ['3.185rem', 1.2],
},
},
variants: {
extend: {
backgroundColor: ['active', 'disabled'],
textColor: ['active', 'disabled'],
borderColor: ['active', 'disabled'],
borderWidth: ['active', 'disabled'],
ringColor: ['focus-visible'],
ringWidth: ['active', 'focus-visible', 'disabled'],
outline: ['focus-visible', 'active', 'focus', 'hover'],
rounded: ['focus-visible'],
},
fluidType: ['responsive'],
},
plugins: [
require('tailwindcss-fluid-type')({
settings: {
Expand Down

0 comments on commit fb8d24c

Please sign in to comment.