We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb23f2 commit ff334b6Copy full SHA for ff334b6
lib/parse-options.js
@@ -16,6 +16,9 @@ module.exports = function(options) {
16
case "s1":
17
options.keepSpecialComments = 1;
18
break;
19
+ case "keepSpecialComments":
20
+ options.keepSpecialComments = argSplit[1];
21
+ break;
22
// for compatibility - does nothing
23
case "skip-advanced":
24
options.advanced = false;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "less-plugin-clean-css",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "clean-css plugin for less.js",
5
"homepage": "http://lesscss.org",
6
"author": {
0 commit comments