Using Sass' Superpowers
This guide was originally inspired by Reflux, a project by Frissyn / IreTheKid. Their original API was difficult to use and quite tedious.
Thankfully, the project is getting a much needed rewrite. While we wait for that to happen, I pulled together an alternate implementation. It instead uses Sass.
Sass is an extension language to CSS. It adds many features, including variables, inheritence, functions, and more. It is a very popular language for writing stylesheets.
You can find their website here!
To get started, clone this repo here. You can also click this link to easily open up a new and ready-to-use repl.
This article is a work-in-progress, be back soon!