Kitty's articles
Kitty experiments with some advanced Sass features along with CSS's calc() function to create a flexible grid system.
Kitty uses Sass to create a reusable function to mimic a technique where a border is given multiple colors.
Hugo Giraudel gives some suggestions on how to keep CSS and Sass code more maintainable.
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.
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.
A look at what mixins and placeholders are in Sass, and when is the right time to use each.