Compass YAML

The YAML Framework converted to SASS and implemented as compass extension

Documentation: https://github.com/firemind/cyaml

Installation

From the command line:

sudo gem install cyaml

Create Compass project

 compass create -r cyaml --using cyaml my_project

Use inside Rails project

 cd my_rails_project
 compass init rails -r cyaml -u cyaml --force

Getting started

 guard start      (using livereload)