Range Queries (@media (width >= 30em) {}) #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "range-queries"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for https://www.w3.org/TR/mediaqueries-4/#mq-range-context
It technically allows invalid syntax, as
(width > 300px > width)should be an invalid query, but I'm guessing the added complexity isn't worth it. If you want that I can add it anyway!This seems like it should be part of the
queryproduction. Does attached patch look reasonable to you?This is more thorough even, nice!
Pull request closed