-
Notifications
You must be signed in to change notification settings - Fork 464
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
Nested @supports conditions don't render correctly #614
Comments
Actually, the test was written wrong for this one, @xzyfer. You have to use 3.4 to generate this correctly. Your test showed
When it should be...
I'm updating this test in the threefour branch at sass-spec |
Actually, let me move this over to master, so that you can test the single issue without dealing with all teh 3.4 issues (though, this is related to one major issue i've run into, methinks) |
Sorry I'm not following You're example worked in my original implementation (#612) but my case failed as described in the issue description. According to the grammar supplied by the w3c my example is correct http://www.w3.org/TR/css3-conditional/#at-supports It feels like this may be bug in Ruby sass. |
I've opened an issue on Ruby sass to track this sass/sass#1512 |
What's the status on this? |
@xzyfer Added a comment to sass/sass#1512, IMHO you're correct on this one! |
I'm convinced now that this is a ruby sass bug. @xzyfer if you agree we can IMO close this (maybe see the example I posted in the issue you've opened). I already added it to the 3.2 milestone 😉 |
Yeah I'm certain it's a bug in Sass sass/sass-spec@c58ab22. :Ship: |
This appears to be the correct behaviour. Ruby Sass appears to have a bug. sass/libsass#614 (comment) This reverts commit c58ab22.
There is an interesting difference in |
Nested
@supports
conditions do not render correctly.Input
Expected output
Actual output
Specs added sass/sass-spec#122.
The text was updated successfully, but these errors were encountered: