segmentio / myth

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

FR: support viewport units #28

Closed beriberikix closed 10 years ago

beriberikix commented 10 years ago

http://caniuse.com/#feat=viewport-units

Even though there is good browser support, it is not complete. Not sure how it can be done without JavaScript, though.

ianstormtaylor commented 10 years ago

mm yeah, since it requires javascript to get the v units it's out of the cope for this lib. but if you're using them in calcs they should pass right thru to the native implementation if its supported