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/tree/v3.0.1#how-to-use-clean-css-programmatically) for the available command options - the only differences are `advanced` and `rebase` which we default to false, because it is not always entirely safe.
27
+
See [clean-css](https://github.com/jakubpawlowicz/clean-css/tree/v3.0.1#how-to-use-clean-css-programmatically) for the
28
+
available command options - the only differences are `advanced` and `rebase` which we default to false, because it is
29
+
not always entirely safe.
20
30
21
31
## Programmatic usage
22
32
23
33
```js
24
34
var LessPluginCleanCSS =require('less-plugin-clean-css'),
0 commit comments