Hugo Giraudel gives some suggestions on how to keep CSS and Sass code more maintainable.
Sass
Bootstrap is a great tool but it produces awful code that is difficult to read and maintain. We'll use Sass to make Bootstrap classes easier to maintain.
Many websites have styles set up as color modules. This articles considers how Sass can be used to make color schemes DRY and modular.
Some suggestions for organizing modules in a Sass project for easier development and maintainability. Helpful for those working on a team or on their own.
A quick video introduction to three of the most popular preprocessors: Sass, Haml, and CoffeeScript.
What exactly is compass in comparison to Sass? Can their relationship be compared to that of jQuery and JavaScript?
This post demonstrates how we can build a modular, reusable, DRY Sass component using a number of different Sass features.
Most Sass developers have a basic grasp of @extend. This article expands on the topic and shows you some things you might not know.