In this article, I'm doing to talk about how I enabled my Drupal theme to have scss.
I'm on a mac, so these instructions are specifically for mac os x.
Drupal is a php framework. Sass is (somewhat surprisingly) a ruby program. While I am a ruby expert, I believe javascript is much closer to css than ruby is, so I'm expecting the scss compiler to be written in node.
In fact, this task has little to do with Drupal or PHP. We will be spending most of the time in a node environment.
Teaser Text
How to use scss (sass) with Drupal