less-plugin-clean-css icon indicating copy to clipboard operation
less-plugin-clean-css copied to clipboard

Post-process and compress CSS using clean-css.

Results 20 less-plugin-clean-css issues
Sort by recently updated
recently updated
newest added

Why is the clean-css option processImport forced to be false. We also import some css files and would want them to be inlined as well. Is there any specific reasoning...

Hi I get the following error when running less-plugin-clean-css via gulp windows: ``` Potentially unhandled rejection [2] Error: ENOENT, open 'C:\SOME\PATH\$stdin' at Error (native) ``` No error in OS X....

This plugin should specify the `relativeTo` and `target` clean-css options in order to allow proper rebasing.

enhancement

* upgrade `clean-css` to `5.3.2` * use `const` and `let` instead of `var` * add .editorconfig * improve readme It should still work, but please check again ```bash ❯ lessc...

We wanted to use this library, but it feels like this library is abandoned? Is there an alternative?

Hey @matthew-dean, thanks for merging #37. Is there anything I can do/help to get a release of the main branch? If there is anything I can do please let me...

`--keep-line-breaks`/`-b` option stops working in 1.6.0. Works fine in 1.5.1.

The latest version of this plugin no longer allow sourcemaps to be generated correctly. According to the docs, in `clean-css` v4.0 and above they changed the api for using sourcemaps...

When command line arguments are provided, they no longer have any impact on the outcome. # Given `file.less`: ```less /*! hello */ /*! world */ foo { bar: 1 }...