We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
grunt-contrib-cssmin v: 0.14.0 Compass v: 1.0.3 (Polaris) Sass v: 3.4.21 (Selective Steve)
I have tried uninstalling, npm cache clean and reinstaling grunt-contrib-cssmin but no dice.
npm cache clean
The text was updated successfully, but these errors were encountered:
@esperancaJS I've spotted something similar but with Google Fonts when there's a semi-colon in a rule i.e. @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800'); Will cause an error in CSSMin (that even --force) won't let it get past.
Sorry, something went wrong.
No branches or pull requests
versions
grunt-contrib-cssmin v: 0.14.0
Compass v: 1.0.3 (Polaris)
Sass v: 3.4.21 (Selective Steve)
I have tried uninstalling,
npm cache clean
and reinstaling grunt-contrib-cssmin but no dice.The text was updated successfully, but these errors were encountered: