mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Official Sass port of Bootstrap 2 and 3.
|
||
---|---|---|
lib | ||
vendor/assets/stylesheets | ||
.gitignore | ||
bootstrap-rails.gemspec | ||
LICENSE | ||
README.md |
Bootstrap for Rails
bootstrap-rails
is an SASS-powered version of Twitter's Bootstrap, ready to drop right into your asset-pipeline powered Rails applications.
Enjoy.
Usage
In your gemfile:
gem 'bootstrap-rails', '1.2.0'
In your css file of choice:
/*
*= require bootstrap
*/
Simples.