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:
@@ -70,12 +70,7 @@ module.exports.htmlMinifierOptions = {
|
||||
removeComments: true,
|
||||
removeRedundantAttributes: true,
|
||||
minifyCSS: {
|
||||
level: {
|
||||
1: {
|
||||
all: false,
|
||||
removeWhitespace: true,
|
||||
},
|
||||
},
|
||||
compatibility: "*,-properties.zeroUnits",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user