Enable hocus variant for background colours
This commit is contained in:
parent
40eb022f4a
commit
94aaf19c99
1 changed files with 3 additions and 2 deletions
|
@ -15,10 +15,11 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
variants: {
|
||||
backgroundColor: [...variants.backgroundColor, 'hocus'],
|
||||
borderColor: [...variants.textColor, 'hocus', 'group-hocus'],
|
||||
fontStyle: [...variants.fontStyle, 'hocus'],
|
||||
textColor: [...variants.textColor, 'hocus'],
|
||||
textDecoration: [...variants.textColor, 'hocus', 'group-hocus'],
|
||||
fontStyle: [...variants.fontStyle, 'hocus']
|
||||
textDecoration: [...variants.textColor, 'hocus', 'group-hocus']
|
||||
},
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue