Home

Awesome

compass-extensions-sample

Basic Compass project with sample .scss files to demonstrate the usage of CSS Lint & csscss with Compass.

Installation

Assuming ruby is installed on your system, clone this project & then from the root run:

$ bundle install

Note that this requires at least version 1.0.0.alpha.13 of Compass to work properly.

CSS Lint Usage

Run the following command from the root of your Compass project:

$ compass csslint

To view options:

$ compass csslint --help

csscss Usage

Run the following command from the root of your Compass project:

$ compass csscss

To view options:

$ compass csscss --help