File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,18 @@ Options:
31
31
32
32
--comments <value> Comments to keep: exclamation (default), first-exclamation or none
33
33
--debug [level] Output intermediate state of CSS during compression
34
- --declaration-list Treats input as declaration list
34
+ -d, --declaration-list Treat input as a declaration list
35
+ --force-media-merge Enables unsafe merge of @media rules
35
36
-h, --help Output usage information
36
37
-i, --input <filename> Input file
37
38
--input-map <source> Input source map: none, auto (default) or <filename>
38
39
-m, --map <destination> Generate source map: none (default), inline, file or <filename>
39
40
-o, --output <filename> Output file (result outputs to stdout if not set)
40
41
--restructure-off Turns structure minimization off
41
42
--stat Output statistics in stderr
42
- -u, --usage <filenane > Usage data file
43
+ -u, --usage <filename > Usage data file
43
44
-v, --version Output version
45
+ --watch Watch source file for changes
44
46
```
45
47
46
48
Some examples:
You can’t perform that action at this time.
0 commit comments