segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.32k stars 131 forks source link

variables in media queries? #88

Closed stevenvachon closed 10 years ago

stevenvachon commented 10 years ago

Is this part of the CSS spec?:

@media (max-width: var(--site-width)) {}

If so, Myth does not parse it. No errors, it just ignores the code.

Nope, it isn't. And this issue is a dupe of https://github.com/segmentio/myth/issues/40