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
See [clean-css](https://github.com/jakubpawlowicz/clean-css) for the available command options - the only difference is advanced which we default to false, because it is not always entirely safe.
21
+
22
+
## Programmatic usage
23
+
24
+
```
25
+
var LessPluginCleanCSS = require('less-plugin-clean-css'),
26
+
cleanCSSPlugin = new LessPluginCleanCSS({advanced: true});
0 commit comments