grunt-contrib-cssmin icon indicating copy to clipboard operation
grunt-contrib-cssmin copied to clipboard

Compress CSS files.

Results 29 grunt-contrib-cssmin issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/22363943/201252895-5b027f08-e08a-4ba4-8ec8-84695ee38783.png) ![image](https://user-images.githubusercontent.com/22363943/201252951-ffff39fa-e2e0-4675-90d5-adf838a84421.png)

>> Invalid property name '/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition / Example photoswipe.css ``` /* style is added when JS option...

rebasedTo was set to Build-Dir. Now Build-Dir is only fallback and the variable can be changed like intended.

Added callback to CleanCSS.minify function I got this warning every time I used `grunt-contrib-cssmin` to combine multiple css files: ``` terminal >> Ignoring remote @import of "https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,700i|Montserrat:400,700" as no callback...

Adds a `sourceMapIn` option so you can supply an input sourceMap to `clean-css`. See updated documentation for more information. This closes gruntjs/grunt-contrib-cssmin#231.

#203 blocked me from passing in my own relativeTo which I had been doing prior to cssmin 0.12.3. This keeps the existing functionality but allows users to pass in their...

My project structure is like this: ``` .assets .build │ ── bower_components └ ── font-awesome └ ── css └ ── font-awesome.css │ ── node_modules │ ── bower.json │ ── Gruntfile.js...

``` Running "cssmin:generated" (cssmin) task Warning: Broken @import declaration of "../bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.css",Broken @import declaration of "../bower_components/ngGallery/src/css/ngGallery.css" ``` #### versions grunt-contrib-cssmin v: 0.14.0 Compass v: 1.0.3 (Polaris) Sass v: 3.4.21 (Selective Steve)...

I am trying to update grunt-contrib-cssmin to 3.0.0. Formerly, I could control the rebasing with the "root" option. I see clean-css 4 has replaced that with rebaseTo. However, when I...

I have 3 files in directory: jquery.colorbox.css jquery.fileupload-ui.css jquery.selectbox.css During minification they all be renamed to jquery.min.css and replaced each other, so I have only one file and it has...