Sha256: f36473638c3f8d73a90ca068961ae5dfb98ba2ef6092061d69d996ae752eb537
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# Bootswatch ruby gem [![Gem Version](https://badge.fury.io/rb/bootswatch.svg)](http://badge.fury.io/rb/bootswatch) [Bootswatch](http://bootswatch.com/4-alpha/) is a collection of free themes for [Bootstrap](v4-alpha.getbootstrap.com). ## Installation Add this line to your application's Gemfile: ```ruby gem 'bootstrap' gem 'bootswatch' ``` And then execute: $ bundle Or install it yourself as: $ gem install bootswatch ## Usage in your application.css.scss ```scss // example override bootswatch variables $brand-primary: #FFCF06; $navbar-inverse-link-color: #444444; $state-success-bg: #28b62c; $state-warning-bg: #fbe42c; $state-danger-bg: #ff4136; // end example override // import scss file @import "bootswatch/materia/variables"; @import "bootstrap"; @import "bootswatch/materia/bootswatch"; ``` ## Contributing 1. Fork it ( https://github.com/mkhairi/bootswatch/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootswatch-4.0.0.beta2 | README.md |