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

View File

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