UI: tailwindcss: set experimental flag optimizeUniversalDefaults to true (to not generate unncessary css variables).

This commit is contained in:
Igor Kulikov 2025-03-14 18:47:25 +02:00
parent 4791be633e
commit d2abecdfae

View File

@ -180,5 +180,8 @@ module.exports = {
preflight: false
},
plugins: [],
experimental: {
optimizeUniversalDefaults: true
}
}