I am building an application in Rails 3.1 and I really like the whole SASS feature.
I looked at Compass recently and did also come across some debate discussing the need to use compass anymore in Rails 3.1. Frankly, the things that attracted me to compass were the ready made mixins like resetting the css to be compatible for all browsers, and things like linear gradient.
Is Compass worth using in Rails 3.1? Key advantages?
I am also curious about other frameworks out there. Which stylesheet framework is the most popular for Rails 3.1 keeping the new rails features in mind? What framework do you use or which would you recommend?
I also saw Blueprint, and some articles detailing how to use Compass with Blueprint. What I don't understand is, if Compass is a framework and Blueprint is a framework, why would one want to use them both together and make a mess, why not stick to one. Frankly I like to keep things simple and stick one framework to do one job. Maybe I am missing some advantage here, please explain the advantages of doing so.
Any help will be much appreciated