Posted by MrDuckie on June 26, 2012 at 9:10pm
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.
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
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