Stable refactor

This commit is contained in:
Belen Curcio
2020-10-26 11:09:12 -03:00
parent 351725d322
commit 24c1c6c70b
12 changed files with 61 additions and 42 deletions

View File

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