You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -39,22 +39,22 @@ Files are compressed with [csso](http://css.github.io/csso/).
39
39
40
40
#### restructure
41
41
42
-
Type: `Boolean`
42
+
Type: `Boolean`
43
43
Default: `true`
44
44
45
45
You can turns __[structural optimizations](http://bem.info/tools/optimizers/csso/description/)__ off.
46
46
47
47
#### banner
48
48
49
-
Type: `String`
49
+
Type: `String`
50
50
Default: `null`
51
51
52
52
Prefix the compressed source with the given banner, with a linebreak inbetween.
53
53
54
54
55
55
#### report
56
56
57
-
Choise: `false`, `'min'`, `'gzip'`
57
+
Choise: `false`, `'min'`, `'gzip'`
58
58
Default: `false`
59
59
60
60
Either report only minification result or report minification and gzip results. This is useful to see exactly how well clean-css is performing but using `'gzip'` will make the task take 5-10x longer to complete. [Example output](https://github.com/sindresorhus/maxmin#readme).
0 commit comments