We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1becd86 + a43825c commit 63adb8aCopy full SHA for 63adb8a
index.js
@@ -12,7 +12,7 @@ module.exports = function(content) {
12
var root = query.root;
13
var tree = csso.parse(content, "stylesheet");
14
if(tree && this && this.minimize) {
15
- tree = csso.compress(tree);
+ tree = csso.compress(tree, query.disableStructuralMinification);
16
tree = csso.cleanInfo(tree);
17
}
18
0 commit comments