forked from crowetic/commerce
Testing new TailwindConfig
This commit is contained in:
parent
4990dd0cf5
commit
1ee44acf59
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user