-
Notifications
You must be signed in to change notification settings - Fork 468
Regression with @extends and @media #2019
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
Comments
Your sample (once I added the missing pieces) compiles correctly! |
Ah the sourcemap inspector will be useful. I guess I need to trace down the issue more. With 0 code changes I did a fresh install of If I force |
So perhaps I'm running into a legitimate error that wasn't thrown in the earlier versions. Upon closer inspection of the error I was looking at the wrong line trying to make an example: Here's what breaks: With libsass
|
Now take that snippet and enter into http://www.sassmeister.com/ to see what official ruby sass thinks about the code snippet (hint: the same as libsass does now). So this was fixed in libsass recently. |
I have a feeling this won't be a popular bug, but it seems like a different edge case from #2009 and #2007
I wasn't seeing this in libsass
v3.3.2
I think I've isolated the problem to this:
and getting "You may not @extend an outer selector from within @media"
The text was updated successfully, but these errors were encountered: