Generate info from your sass files. Info can be generated in HTML format or JSON.
gem install sassinfo
Run the sassinfo yourfile.scss
to generate output (default is HTML).
- Fork it ( https://github.com/digitpaint/sassinfo/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request