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.