UI: tailwindcss: set experimental flag optimizeUniversalDefaults to true (to not generate unncessary css variables).
This commit is contained in:
parent
4791be633e
commit
d2abecdfae
@ -180,5 +180,8 @@ module.exports = {
|
|||||||
preflight: false
|
preflight: false
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
|
experimental: {
|
||||||
|
optimizeUniversalDefaults: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user