Skip to content

Media queries are not supported #8

Description

@neekfenwick

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions