Compass Griddle
A Compass plugin to use Griddle in your Compass projects.
For usage of Griddle, see: http://necolas.github.com/griddle/
Installation
Installing is easy. It's a RubyGem, so just type this on your command line:
$ gem install compass-griddle
Then, add it to a project:
// Add this to compass.config (rails) or config.rb (other):
require 'griddle'
// Type this on your command line:
$ compass install griddle