Skip to content
New issue

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

Broken @import declaration of while importing .css file #257

Open
esperancaJS opened this issue Feb 22, 2016 · 1 comment
Open

Broken @import declaration of while importing .css file #257

esperancaJS opened this issue Feb 22, 2016 · 1 comment

Comments

@esperancaJS
Copy link

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 have tried uninstalling, npm cache clean and reinstaling grunt-contrib-cssmin but no dice.

@hitchmough
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants