1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-25 05:06:18 +00:00

Fix css minifying (#15912)

This commit is contained in:
Bram Kragten
2023-03-23 18:28:23 +01:00
committed by GitHub
parent fc76d8f1cf
commit 4ba7e5cf0f

View File

@@ -70,12 +70,7 @@ module.exports.htmlMinifierOptions = {
removeComments: true,
removeRedundantAttributes: true,
minifyCSS: {
level: {
1: {
all: false,
removeWhitespace: true,
},
},
compatibility: "*,-properties.zeroUnits",
},
};