Compass

An open-source CSS authoring framework built on Sass — provides mixins, utilities, and sprite generation for cleaner stylesheets.

Overview

Compass is an open-source CSS Authoring framework that provides a good set of best reusable patterns. It includes abilities to make sprites, adjust gradients and work with cross browser mixins.

Setup

To install run gem install compass and in your project directory run compass create ./ to setup your project with compass.