#sass

or: How I Learned to Stop Worrying and Love Placeholder Selectors
Building upon Alexandra’s great post, Maintaining your Sanity while Theming in Drupal, we decided that it was time to standardize the process of creating new Drupal projects so that we could be up and running in...
Over the past several months I've spent working on Drupal projects, I've learned that theming these sites can easily become a labyrinth of function overrides, template files, stylesheets, javascripts, images—everything but the kitchen sink. So at Singlebrook, we've come up with a simple way to organize our theming files, and created a base template folder for new themes, packaging up the best of SASS, Modernizr, LiveReload, and sane file organization.
I still remember the first time I realized the power of "C" in CSS. Sass and LESS take cascading to a whole new level of fun and power, and if you're not already using it, then you're really missing out. I've long known about...