Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 891 Bytes

README.markdown

File metadata and controls

27 lines (17 loc) · 891 Bytes

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.

Open to All

Anyone who forks this project and submits a patch and pull request will be given commit access after the first patch is accepted.

Have Fun

Think of this as a wiki that you can check out.

Generally useful recipes might be added to compass.

Building

You can (re-)build the recipes by running:

bundle install bundle exec rake

Adding Recipes to the Live Demo

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:

bundle exec 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.