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
console.log(' %> # `breaks` controls where to insert breaks');
53
-
console.log(' %> # `afterAtRule` controls if a line break comes after an at-rule; e.g. `@charset`; defaults to `off` (alias to `false`)');
54
-
console.log(' %> # `afterBlockBegins` controls if a line break comes after a block begins; e.g. `@media`; defaults to `off`');
55
-
console.log(' %> # `afterBlockEnds` controls if a line break comes after a block ends, defaults to `off`');
56
-
console.log(' %> # `afterComment` controls if a line break comes after a comment; defaults to `off`');
57
-
console.log(' %> # `afterProperty` controls if a line break comes after a property; defaults to `off`');
58
-
console.log(' %> # `afterRuleBegins` controls if a line break comes after a rule begins; defaults to `off`');
59
-
console.log(' %> # `afterRuleEnds` controls if a line break comes after a rule ends; defaults to `off`');
60
-
console.log(' %> # `beforeBlockEnds` controls if a line break comes before a block ends; defaults to `off`');
61
-
console.log(' %> # `betweenSelectors` controls if a line break comes between selectors; defaults to `off`');
54
+
console.log(' %> # `afterAtRule` controls if a line break comes after an at-rule; e.g. `@charset`; defaults to `off` (alias to `false`); accepts number of line breaks as an argument too');
55
+
console.log(' %> # `afterBlockBegins` controls if a line break comes after a block begins; e.g. `@media`; defaults to `off`; accepts number of line breaks as an argument too');
56
+
console.log(' %> # `afterBlockEnds` controls if a line break comes after a block ends, defaults to `off`; accepts number of line breaks as an argument too');
57
+
console.log(' %> # `afterComment` controls if a line break comes after a comment; defaults to `off`; accepts number of line breaks as an argument too');
58
+
console.log(' %> # `afterProperty` controls if a line break comes after a property; defaults to `off`; accepts number of line breaks as an argument too');
59
+
console.log(' %> # `afterRuleBegins` controls if a line break comes after a rule begins; defaults to `off`; accepts number of line breaks as an argument too');
60
+
console.log(' %> # `afterRuleEnds` controls if a line break comes after a rule ends; defaults to `off`; accepts number of line breaks as an argument too');
61
+
console.log(' %> # `beforeBlockEnds` controls if a line break comes before a block ends; defaults to `off`; accepts number of line breaks as an argument too');
62
+
console.log(' %> # `betweenSelectors` controls if a line break comes between selectors; defaults to `off`; accepts number of line breaks as an argument too');
62
63
console.log(' %> # `indentBy` controls number of characters to indent with; defaults to `0`');
63
64
console.log(' %> # `indentWith` controls a character to indent with, can be `space` or `tab`; defaults to `space`');
64
65
console.log(' %> # `spaces` controls where to insert spaces');
@@ -153,8 +154,8 @@ function cli(process, beforeMinifyCallback) {
0 commit comments