Trying new purge

This commit is contained in:
Belen Curcio
2020-10-26 10:26:04 -03:00
parent f3d506e271
commit 222c96472b
4 changed files with 42 additions and 6 deletions

View File

@@ -3,12 +3,6 @@ module.exports = {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
},
purge: {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
},
theme: {
extend: {
maxWidth: {