0.01
No commit activity in last 3 years
No release in over 3 years
Easily integrate csscss into your projects that use the Compass CSS Framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.0.alpha.13
>= 0
 Project Readme

csscss for Sass & Compass

Easily integrate Zach Moazeni's csscss into your projects that use the Compass CSS Framework by providing a compass csscss command line option.

Installation

Assuming ruby is installed on your system:

$ gem install compass-csscss

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

Usage

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

$ compass csscss

To view options:

$ compass csscss --help

Additional Links

For a bare-bones sample project to see this in action, checkout the compass-extensions-sample repo

Authors