We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afe9de commit 0475c14Copy full SHA for 0475c14
README.md
@@ -253,7 +253,7 @@ cleancss -O1 removeQuotes:off;roundingPrecision:4;specialComments:1 one.css
253
There is an `all` shortcut for toggling all options at the same time, e.g.
254
255
```shell
256
-cleancss -O1 all:off;tidySelectors:on one.css
+cleancss -O1 'all:off;tidySelectors:on' one.css
257
```
258
259
### Level 2 optimizations
@@ -286,7 +286,7 @@ cleancss -O2 mergeMedia:off;restructureRules:off;mergeSemantically:on;mergeIntoS
286
287
288
289
-cleancss -O2 all:off;removeDuplicateRules:on one.css
+cleancss -O2 'all:off;removeDuplicateRules:on' one.css
290
291
292
# As a module
0 commit comments