Remove variants as they're all enabled
This commit is contained in:
parent
7f92da2854
commit
80d46b411c
|
@ -95,14 +95,5 @@ module.exports = {
|
|||
focusVisible,
|
||||
forms,
|
||||
typography
|
||||
],
|
||||
variants: {
|
||||
extend: {
|
||||
borderColor: ['focus-visible'],
|
||||
borderStyle: ['hover', 'focus'],
|
||||
borderWidth: ['hover', 'focus'],
|
||||
margin: ['first', 'last', 'odd', 'even'],
|
||||
typography: ['responsive', 'dark']
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue