-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Grunt compass:dist task failing due to Invalid CSS in bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss #1231
Comments
Do we have some fix for this one? I am facing the same error. |
This is probably because you're specifying
You should also check any other "loose" semver specs since these are at risk of breaking when changes like this are pushed. I suppose there's a debate on whether this should have caused a major version bump but that's above my station to decide! |
Hello, thank you for the suggestion and sorry for the late response. |
Newer versions of bootstrap-sass-official are not compatible with the version of sass used in this project as it includes changes to the way division works. This issue is documented in these issues; twbs/bootstrap-sass#1231 and twbs/bootstrap-sass#1230. Making the version of bootstrap-sass required more specific stops the breaking upgrade.
Newer versions of bootstrap-sass-official are not compatible with the version of sass used in this project as it includes changes to the way division works. This issue is documented in these issues; twbs/bootstrap-sass#1231 and twbs/bootstrap-sass#1230. Making the version of bootstrap-sass required more specific stops the breaking upgrade.
I am seeing this error for 3.4.3 as well. |
grunt build is failing by yielding following error:
Gruntfile.js has
compass
andbuild
task like below:package.json includes:
bower.json includes:
Other information:
SO Link: https://stackoverflow.com/questions/71580046/grunt-compassdist-task-failing-due-to-invalid-css-in-bootstrap-sass-official-as
The text was updated successfully, but these errors were encountered: