Skip to content

issues Search Results · repo:gruntjs/grunt-contrib-cssmin language:JavaScript

Filter by

233 results
 (70 ms)

233 results

ingruntjs/grunt-contrib-cssmin (press backspace or delete to remove)

I am trying to add a container query to my stylesheet @container (min-width: 320px) { #test { background: pink; } } And I get unexpected and invalid character/property errors Unexpected } at assets/css/frontend/style.css:36:24.,Invalid ...
  • helgatheviking
  • 3
  • Opened 
    on Jan 20, 2023
  • #317

image image
  • xiliubianbian
  • Opened 
    on Nov 11, 2022
  • #315

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 showHideOpacity is set ...
  • yourchoice
  • Opened 
    on May 2, 2022
  • #312

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 change my Gruntfile ...
  • plynchnlm
  • Opened 
    on Mar 31, 2020
  • #304

Before minification it was like this: border: 1px solid rgba(var(--border), 1); and after minification it gives the output like this: border: 1px solid; Not possible for me to put border color property ...
  • ssahu123
  • 1
  • Opened 
    on May 30, 2019
  • #301

Warning: Ignoring local @import of .tmp/public/concat/bootstrap.css as resource is missing. Use --force to continue. When I upgraded from 1.0.1 to 2.2.0 The task is aborting because of a warning. In ...
  • Rushyanth
  • 1
  • Opened 
    on May 7, 2018
  • #299

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 ...
  • alex-zhuravok
  • 2
  • Opened 
    on Mar 2, 2018
  • #298

In some scenario I want to ignore css import. - @import css/example.css ; - @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  • sagarkbhatt
  • 2
  • Opened 
    on Jan 17, 2018
  • #297

Please update to the latest clean-css (4.1.7) which fixes the following bug: https://github.com/jakubpawlowicz/clean-css/issues/957
  • judowalker
  • 1
  • Opened 
    on Jul 14, 2017
  • #295

when I was compressing css file which started with @charset utf-8 ,failed and throw error invalid selector @charset utf-8 ,system is window7 pro
  • HawthornWorld
  • 2
  • Opened 
    on Jul 13, 2017
  • #294
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub