Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f07a1eafb7d6d7ba0195514c071b6675779e13c2 (plain)
1
2
3
4
5
6
7
8
9
# Bootstrap Ruby Gem

This is the future home of the Bootstrap v4 ruby gem for Ruby on Rails (Sprockets) and Compass.

There has not been a release yet, but if you'd like to try out the latest development version, add this to your Gemfile:

```ruby
gem 'bootstrap', git: 'https://github.com/twbs/bootstrap-rubygem'
```