segmentio / myth

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

Support new CSS Variables Syntax #56

Closed mariuswilms closed 10 years ago

mariuswilms commented 10 years ago

The syntax for CSS variables has changed recently (Firefox 31) it is now using the double-dash notation --myblack: #fff. It would be great to have myth handle the new notation. Or both for a while.

https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables

mariuswilms commented 10 years ago

Sorry dupe of #46 :)