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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

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