jSass: My Very Own JavaScript SASS Compiler
A couple of days ago, as part of a two day hackathon at Hack Reactor, I build my very own Sass compiler. For those of you unfamiliar with it, Sass is a CSS pre-processor and probably the best one out there. There’s a lot of Sass compilers out there, but mine is the only one written purely in (and not ported to) JavaScript.
»