-
-
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
libsass & bootstrap-sass give error on if statement #506
Comments
I'm running in a similar issue, where This is because So this statement |
dupe of #494, libsass doesn't support ifs in urls at the moment |
@tnguyen14 Good news is, @akhleung just added if URLs support to libsass. As for the quotes thing, I've changed them to double quotes to be compatible with both. |
@glebm awesome! thanks so much! I'll pull down the latest commits then. Is it still tagged v3.0.3? |
@tnguyen14 No, the tag is fixed, the next version with this stuff will be 3.1.0, just pull master for now |
Upgrading node-sass to 0.8.6 fixed this error for me. Package.json:
|
More details on: twbs/bootstrap-sass#506 Now we are using the same libsass version as the node sass.
I am trying to use bootstrap-sass in a Visual studio MVC.NET project with VSWE. VSWE, an addon, uses nodejs & libsass to compile SASS. But it throws an error on the bootstrap-sass code:
\vendor\bootstrap\assets\stylesheets\bootstrap_glyphicons.scss:13: error: non-terminal statement or declaration must end with ';'
This happens in _glyphicons.scss on the if statement:
I've been tinkering with it and got a working bit of code. Could somebody validate this change? I don't know ruby so i can't help there but this is the code i'm looking for in SASS _glyphicons.scss (or can i do a pull request for this code?):
The text was updated successfully, but these errors were encountered: