Myth : Write CSS Codes Flawless

myth-css

Myth is a preprocess that lets you write pure CSS without having to worry about slow browser support, or even slow spec approval. It’s a like CSS polyfill. Myth lets you write pure CSS while still giving you the benefits of tools like LESS and Sass. You can still use variables and math functions, just like you do in preprocessors.

Some of the features in CSS require runtime calculations, which neither Myth nor preprocessors handle, but what Myth does is let you write your code today in the future syntax, so that your code is future-proof. When browsers finally support these features you won’t need to rewrite anything, just remove Myth and start using the cascade.
Taking plain CSS as an input also means you can use Myth to re-process anyone else’s CSS (or another preprocessor’s output), adding the browser support you need, without having to re-write the code in a completely different syntax. Myth is built with Rework so it’s incredibly fast, and has a nice Javascript API in addition to the CLI.

[button color=”blue” size=”medium” link=”http://www.myth.io/” target=”blank” ]Myth[/button]

Myth : Write CSS Codes Flawless
Rate this post

One Response

  1. susu kambing January 26, 2014 Reply

Leave a Reply