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, removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true, purgeLayersByDefault: true,
}, },
purge: { purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
mode: 'all',
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
},
theme: { theme: {
extend: { extend: {
maxWidth: { maxWidth: {