-
Notifications
You must be signed in to change notification settings - Fork 463
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
@extend throws error when extended directive contains media query containing referencing parent selector #943
Comments
👍 commit fixed |
maybe still an issue? see: twbs/bootstrap-sass#879 (comment) and webpack-contrib/sass-loader#72 (comment) |
The fix for this is only in Libsass >= 3.2.0-beta.3, and not in any node-sass release. If you can reproduce this issue in [email protected] please let us know and we will reopen this issue. |
@krzkrzkrz I'm getting the same issue to (using broccoli-sass in an ember-cli project) |
I am using broccoli-sass in an Ember CLI app (v0.2.2). I seems broccoli-sass is using libsass, I get:
Downgrading broccoli-sass to a previous version (0.6.2) doesn't render any issues:
Reference: joliss/broccoli-sass#59 (comment) |
@krzkrzkrz broccoli-sass uses libsass via node-sass, which is still using 3.2.0-beta.2 |
@krzkrzkrz that fixed it for me too - when you uninstall and then reinstall, it switches node-sass version to [email protected] which doesn't have the bug. |
@AW-UC should I report this on the node-sass repo as well? @dalvarez glad to hear |
@krzkrzkrz no, it's already reported. |
@ajjublr please don't comment on closed issues. Create a new issue showing the extend code that isn't working. |
test.scss
Throws error in libsass:
But correctly generates the following in Ruby Sass 3.4.13 (Selective Steve):
Note that I'm using libsass 3.2.x through this fork of node-sass:
CandoImage/node-sass@d2b9b88
The text was updated successfully, but these errors were encountered: