Adding new future flag

This commit is contained in:
Belen Curcio
2020-12-21 14:42:46 -03:00
parent f5ee316ff9
commit a565e0b87c
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
module.exports = {
future: {
purgeLayersByDefault: true,
applyComplexClasses: true,
},
purge: {
content: [
@@ -50,11 +51,11 @@ module.exports = {
'rgba(0, 0, 0, 0.02) 0px 30px 30px, rgba(0, 0, 0, 0.03) 0px 0px 8px, rgba(0, 0, 0, 0.05) 0px 1px 0px',
},
lineHeight: {
'extra-loose': '2.2'
'extra-loose': '2.2',
},
scale: {
'120': '1.2',
}
120: '1.2',
},
},
},
plugins: [require('@tailwindcss/ui')],