Site icon Web Design Ledger

Myth CSS Preprocessor with Pure CSS Syntax

With the popularity of Sass & LESS there’s no doubt that pre-processing is the way of the future. But do these 2 engines have to be the only way?

As it turns out, no! One great option is Myth created by Segment.io as a clean CSS preprocessing system.

It runs on top of traditional CSS code with very similar syntax requirements. You can find the whole library on GitHub completely free of charge.

The idea of Myth is to behave like a polyfill for future versions of the spec. This means CSS4 concepts can be rendered neatly or collected with fallback codes for legacy browsers. Myth is the way CSS preprocessing should work – a clean fill on top of natural CSS syntax.

Check out the official Myth website to learn more and see documentation. You can download a copy straight from GitHub and get it running in just a few minutes.

Exit mobile version