-
Notifications
You must be signed in to change notification settings - Fork 92
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
AssertionError with @-ms-viewport inside @media #17
Comments
Sorry for late reply. Been busy. If you really need this you can attempt to write a unit test that demonstrates the bug. |
TROUBLEMAKER |
I have to be honest. I'm struggling to find time to work on this. Would you like to attempt it yourself? |
If you append the following code to tests/four.css
it will cause an AssertionError exception to be raised. Seems the viewport selector gets replaced with a temp_key but the assertion for the @media selector doesn't know that.
The text was updated successfully, but these errors were encountered: