mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Adding new future flag
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module.exports = {
|
||||
future: {
|
||||
purgeLayersByDefault: true,
|
||||
applyComplexClasses: true,
|
||||
},
|
||||
purge: {
|
||||
content: [
|
||||
@@ -50,11 +51,11 @@ module.exports = {
|
||||
'rgba(0, 0, 0, 0.02) 0px 30px 30px, rgba(0, 0, 0, 0.03) 0px 0px 8px, rgba(0, 0, 0, 0.05) 0px 1px 0px',
|
||||
},
|
||||
lineHeight: {
|
||||
'extra-loose': '2.2'
|
||||
'extra-loose': '2.2',
|
||||
},
|
||||
scale: {
|
||||
'120': '1.2',
|
||||
}
|
||||
120: '1.2',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('@tailwindcss/ui')],
|
||||
|
Reference in New Issue
Block a user