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:
parent
cbdb79a429
commit
3b0b7d37e3
|
@ -100,11 +100,5 @@ module.exports = {
|
||||||
borderWidth: [...variants.borderWidth, 'hover', 'focus'],
|
borderWidth: [...variants.borderWidth, 'hover', 'focus'],
|
||||||
margin: [...variants.margin, 'first', 'last', 'odd', 'even'],
|
margin: [...variants.margin, 'first', 'last', 'odd', 'even'],
|
||||||
typography: ['responsive']
|
typography: ['responsive']
|
||||||
},
|
|
||||||
experimental: {
|
|
||||||
applyComplexClasses: true
|
|
||||||
},
|
|
||||||
future: {
|
|
||||||
purgeLayersByDefault: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue