Enable the dark mode variant

References #27
This commit is contained in:
Oliver Davies 2020-10-29 00:14:15 +00:00
parent 9645c72346
commit dacbfebc26

View file

@ -93,7 +93,8 @@ module.exports = {
margin: [...variants.margin, 'first', 'last', 'odd', 'even'], margin: [...variants.margin, 'first', 'last', 'odd', 'even'],
}, },
experimental: { experimental: {
applyComplexClasses: true applyComplexClasses: true,
darkModeVariant: true
}, },
future: { future: {
purgeLayersByDefault: true purgeLayersByDefault: true