kevin-montrose / More

A CSS Compiler
Microsoft Public License
42 stars 4 forks source link

Media queries are not validated #5

Closed kevin-montrose closed 12 years ago

kevin-montrose commented 12 years ago

Both in the sense that you can pass nonsense (string values to min-height or whatnot) and you can defined media queries that are impossible to be "true".

Should probably error in the first case, and warn for the latter.