The YAML Framework converted to SASS and implemented as compass extension
Documentation: https://github.com/firemind/cyaml
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
guard start (using livereload)