how do you organize your stylesheets, and why? - mmedrano9438/peripheral-brain GitHub Wiki
- Keep it consistent
- Format readable CSS
- Comment your CSS
- Create logical sections in your stylesheet
- Avoid overly-specific selectors
- Break large stylesheets into multiple smaller ones.