Sha256: 8cfd87868099862d529c04c78a8d673ec229ac72b7681485f4abb130cf89b2a2
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 KB
Contents
# Jekyll Sass Converter Let Jekyll build your Sass and SCSS! [![Build Status](https://travis-ci.org/jekyll/jekyll-sass-converter.png?branch=master)](https://travis-ci.org/jekyll/jekyll-sass-converter) ## Installation **Jekyll Sass Converter requires Jekyll 2.0.0 or greater and is bundled with Jekyll so you don't need to install it if you're already using Jekyll.** Add this line to your application's Gemfile: gem 'jekyll-sass-converter' And then execute: $ bundle Or install it yourself as: $ gem install jekyll-sass-converter ## Usage Jekyll Sass Converter comes bundled with Jekyll 2.0.0 and greater. For more information about usage, visit the [Jekyll Assets Documentation page](http://jekyllrb.com/docs/assets/). ## Contributing 1. Fork it ( http://github.com/jekyll/jekyll-sass-converter/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-sass-converter-1.0.0.rc3 | README.md |
jekyll-sass-converter-1.0.0.rc2 | README.md |
jekyll-sass-converter-1.0.0.rc1 | README.md |