Hi,
Is there any set of rule that people generally follow when they write CSS files? This question is not directly related to Rails. Yet, CSS is part of development. Some use indents to show hierarchy; other don't. Some prefer to write one element in one line; others don't.
Is there any particular preferences in Rails developers?
In addition, are there any Rails plugin or rake tasks to format CSS?
Cheers.