4
0
forked from crowetic/commerce

Testing new TailwindConfig

This commit is contained in:
Belen Curcio 2020-10-24 18:02:23 -03:00
parent 4990dd0cf5
commit 1ee44acf59

View File

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