4
0
forked from crowetic/commerce

Testing new TailwindConfig

This commit is contained in:
Belen Curcio 2020-10-24 18:09:48 -03:00
parent 1ee44acf59
commit 3398d2811a

View File

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