Sha256: 6ec64b7acc01e65d2f5e307a5f6dad51a12edb2d20c4170fe01baf446e072ca9
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
# BootswatchSass A SASS/Sprockets version of the [Bootswatch themes](http://bootswatch.com/). ## Installation Add this line to your application's `Gemfile`: ``` ruby gem 'bootswatch-sass', '~> 3.3.0' ``` The current version requires `Rails 4.2.0`. If you're using an older version of Rails, you should pin `bootswatch-sass` to version `3.3.1.3` in your `Gemfile`: ``` ruby gem 'bootswatch-sass', '3.3.1.3' ``` And then execute: ``` bash bundle ``` Or install it yourself as: ``` bash gem install bootswatch-sass ``` ## Usage In this example we'll use the `Cyborg` theme. If you want the default theme, replace `bootstrap-cyborg` with `bootstrap`. In your `application.js` add: ``` javascript //= require bootstrap ``` In your `application.css.scss` add: ``` css @import "bootstrap-cyborg"; ``` That's it. ## Contributing 1. [Fork it](https://github.com/tzvetkoff/bootswatch-sass/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 a new pull request
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bootswatch-sass-3.3.7 | README.md |
bootswatch-sass-3.3.6.1 | README.md |
bootswatch-sass-3.3.5 | README.md |
bootswatch-sass-3.3.2 | README.md |
bootswatch-sass-3.3.1.4 | README.md |