Remove variants as they're all enabled

This commit is contained in:
Oliver Davies 2021-03-15 23:50:11 +00:00
parent 7f92da2854
commit 80d46b411c

View file

@ -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']
}
}
]
}