In this tutorial, I'm going to walk you through a tool named Myth . Myth is an alternative CSS preprocessor which, unlike Sass or LESS, doesn’t use proprietary syntax. Instead, Myth adopts “future” CSS syntax as specified in the Working Draft. Think of Myth like the Picture Fill which allows us to use the HTML5 element even though the element is still not fully supported in the browser; with Myth we can write CSS of the future, today. “CSS the way it was imagined. Before we can use Myth we first have to setup a couple of things. Let’s get started! Getting Setup Myth is a Node.js package which allows it to work on different platforms. You will therefore need to ensure that you have Node.js as well as NPM (Node Package Manager) installed in your system.
↧