@@ -25,24 +25,26 @@ npm install -g csso-cli
25
25
## Usage
26
26
27
27
```
28
- csso [input] [options]
28
+ Usage:
29
+
30
+ csso [input] [options]
29
31
30
32
Options:
31
33
32
- --comments <value> Comments to keep: exclamation (default), first-exclamation or none
33
- --debug [level] Output intermediate state of CSS during a compression
34
- -d, --declaration-list Treat input as a declaration list
35
- --force-media-merge Enable unsafe merge of @media rules
36
- -h, --help Output usage information
37
- -i, --input <filename> Input file
38
- --input-source-map <source> Input source map: none, auto (default) or <filename>
39
- --no-restructure Disable structural optimisations
40
- -o, --output <filename> Output file (result outputs to stdout if not set)
41
- -s, --source-map <destination> Generate source map: none (default), inline, file or <filename>
42
- --stat Output statistics in stderr
43
- -u, --usage <filename> Usage data file
44
- -v, --version Output version
45
- --watch Watch source file for changes
34
+ --comments <value> Comments to keep: exclamation (default), first-exclamation or none
35
+ --debug [level] Output intermediate state of CSS during a compression
36
+ -d, --declaration-list Treat input as a declaration list
37
+ --force-media-merge Enable unsafe merge of @media rules
38
+ -h, --help Output usage information
39
+ -i, --input <filename> Input file
40
+ --input-source-map <source> Input source map: none, auto (default) or <filename>
41
+ -o, --output <filename> Output file (result outputs to stdout if not set)
42
+ --no-restructure Disable structural optimisations
43
+ -s, --source-map <destination> Generate source map: none (default), inline, file or <filename>
44
+ --stat Output statistics in stderr
45
+ -u, --usage <filename> Usage data file
46
+ -v, --version Output version
47
+ --watch Watch source file for changes
46
48
```
47
49
48
50
Some examples:
0 commit comments