Trying new purge

This commit is contained in:
Belen Curcio
2020-10-26 10:31:44 -03:00
parent 4ff7887771
commit 876cadf8b8
3 changed files with 5 additions and 25 deletions

View File

@@ -1,6 +1,9 @@
module.exports = {
future: {
removeDeprecatedGapUtilities: true,
purge: {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
},
theme: {
extend: {
@@ -47,9 +50,5 @@ module.exports = {
},
},
},
variants: {},
plugins: [require('@tailwindcss/ui')],
experimental: {
applyComplexClasses: true,
},
}