I've really enjoyed using Sass over the past couple months. Even
though the project I'm working on (FeedMagnet) is being built in
Django instead of Rails, we're using Compass to generate all of our
CSS from Sass source files and it works really well.
I wrote a blog post to show how we're using Sass to set up our grid
variables that set the width of pretty much every block element in the
site. Sass makes it super simple. I thought I'd share how we were
doing things in hopes that others can benefit.
Here's the link to the post:
http://budurl.com/sass
- Jason