gss / parser

Constraint Cascading Style Sheets compiler
MIT License
48 stars 6 forks source link

vw unit throws an error #27

Open cbchouinard opened 9 years ago

cbchouinard commented 9 years ago

vax == 100vh; generates ["==",["get","vax"],["vh",100]]

but

vax == 100vw; throws Error: Expected "/*", "//", ";", comment, end of line or whitespace but "v" found.

we need to add specs for the following units: vh, vw, cm, mm, in