fix(v2): do not treat at-rules during CSS minification (#3896)

This commit is contained in:
Alexey Pyltsyn 2020-12-08 18:53:35 +03:00 committed by GitHub
parent 3e12e951b9
commit b14b9c88f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -440,6 +440,7 @@ export function getMinimizer(useSimpleCssMinifier = false): Plugin[] {
2: {
all: true,
restructureRules: true,
removeUnusedAtRules: false,
},
},
},