Im working on a rails 3.1 application. I want to have a framework/library that covers gradients, shadows etc. Compass has been popular, but getting it to play nicely with rails 3.1 was a challenge for me, so I opted for Bourbon, which also seems to be getting popular. I am wondering what the main differences are between Compass and Bourbon. Or if there is a different framework that you use, please share that.
- Why would you prefer one framework over the other?
- Have you experienced with any of them compatibility issues with browsers or with versions of rails etc.?
- Which one has a bigger or better library of mixins?
require "susy"
(on second look, perhaps not exactly, there is probably some overlap...) – Bartle