Compass/Sass

Events happening in the community are now at Drupal community events on www.drupal.org.
MrDuckie's picture

Just a little curious if anyone uses Compass and SASS and what your thoughts about it were. I just started and I'm just looking for some tips and tricks before getting knee deep into it.

Comments

Liking it alot

paul.linney's picture

Check out the talk at Denver this year, http://denver2012.drupal.org/program/sessions/using-sass-compass-drupal-...

Its good to use the partials to combine all your separate CSS into one stylesheet with the convenience of the functions and variables.

I tried the modules for Drupal, but I opted to just use the Ruby gem at the command line to watch and compile the css. This implementation seemed a bit cleaner.

View the talk slides they explain it very well.

Paul