A few things a Drupal dev should know about Ruby
Hi there, probably-front-end-dev-who's-met-and-used-Sass-and-likes-what-they-see. This is for you.
RubyGems
Sass is made out of Ruby - it's a very pleasant, general purpose programming language that's pretty easy to learn and like. Ruby has a package management system whereby libraries of Ruby code are bundled up into what's known as "Gems". Sass is a gem. When you install it, you get a couple of new executables to play with in the terminal, namely sass
and sass-convert
. The latter of...