🔗 Myth – CSS the way it was imagined.

Myth – CSS the way it was imagined. Myth is a preprocessor that lets you write pure CSS without having to worry about slow browser support, or even slow spec approval. It’s like a CSS polyfill. Variables : The same syntax from the CSS spec, using the var() function . Math : The same syntax from the CSS spec, using the calc() function . Color Manipulation : Straight from Tab Atkins’s draft for a future version of the spec. No Prefixes : Prefixes for common browsers are automatically added, so you don’t need worry.

31 December 2013 · 1 min · 94 words