-
Notifications
You must be signed in to change notification settings - Fork 98
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
@media rules support #1
Comments
3 of 4 @media tests are passed. Fails on crazy case: |
I tried testing the following with qunit:
Test doesn't fail, but is not even executed? Strange. An anecdote aside: The following snippet (nothing really fancy) causes all CSSOM, JSCSSP and Sheet.js to break or not behave properly.
|
Fixed in e7ede8f. Thanks for bug report!
Seems like a QUnit bug.
|
Nice, thanks! |
Also, it should allow nested @media screen and (min-width: 35.62em) { @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/alejandro\/Development\/myproject\/scss\/app-blocks\/header\.scss}line{font-family:\000032}}
.header { height: auto; } } Currently CSSOM.js fails at it throwing and error, but works fine when removing the inner
I'm using CSSOM.js indirectly using operasoftware/uCSS. This would be greatly appreciated by the Sass community. |
Yep, these |
I'm getting errors parsing CSS with nested
|
Hello @vectart, me from 2014. |
Spec. WebKit implementation: CSSMediaRule.cpp.
The text was updated successfully, but these errors were encountered: