mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Old Config
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
module.exports = {
|
||||
future: {
|
||||
removeDeprecatedGapUtilities: true,
|
||||
purgeLayersByDefault: true,
|
||||
},
|
||||
purge: {
|
||||
content: [
|
||||
'./pages/**/*.{js,ts,jsx,tsx}',
|
||||
@@ -50,5 +54,9 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [require('@tailwindcss/ui')],
|
||||
experimental: {
|
||||
applyComplexClasses: true,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user