-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I just tried this for my project and immediately found it does not seem to understand media queries.
This input file results in an empty output string:
@media (max-width: 900px) {
body { background-color: red; }
}
body { background-color: white; }
While a more complicated input file resulted in some truly broken output.
What are your thoughts on supporting media queries? These are essential for the mobile friendly CSS we need to produce. I will have to fall back on invoking node.js stylus as an external process for now.
Metadata
Metadata
Assignees
Labels
No labels