I'm starting a new Rails project, and I have all of my CSS lumped into a single style sheet. I am guessing this probably is not the best way to keep this organized. Does anyone have any tips on how to keep CSS organized, DRY, and easy to maintain within Rails?
The project will likely have 3 or 4 layouts, a consistent look-and- feel across the project, but the different layouts will have their own small differences between them.
Thanks in advance--
Jeff Wigal