Remove experimental and future options from config

https://tailwindcss.com/docs/upgrading-to-v2#remove-future-and-experimental-configuration-options
This commit is contained in:
Oliver Davies 2020-12-18 00:43:06 +00:00
parent cbdb79a429
commit 3b0b7d37e3

View file

@ -100,11 +100,5 @@ module.exports = {
borderWidth: [...variants.borderWidth, 'hover', 'focus'],
margin: [...variants.margin, 'first', 'last', 'odd', 'even'],
typography: ['responsive']
},
experimental: {
applyComplexClasses: true
},
future: {
purgeLayersByDefault: true
}
}