Old Config

This commit is contained in:
Belen Curcio
2020-10-26 10:49:21 -03:00
parent 876cadf8b8
commit 351725d322
6 changed files with 57 additions and 21 deletions

View File

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