This project is a collection of Sass snippets that you can use or learn from.
All contributions are entered into the public domain and the authors relinquish all copyrights.
Anyone who forks this project and submits a patch and pull request will be given commit access after the first patch is accepted.
Think of this as a wiki that you can check out.
Generally useful recipes might be added to compass.
You can (re-)build the recipes by running rake
.
After committing and pushing your changes to the master branch, all html and css files will be transferred to/updated on the github pages branch when you run:
rake pages
Afterwards, you'll be on the gh-pages
branch where you can edit the index.html file to add links, etc and then push the update.