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