Skip to content

Instantly share code, notes, and snippets.

@adagio
Created August 19, 2014 15:13
Show Gist options
  • Save adagio/cb70778a1e5b5c85d536 to your computer and use it in GitHub Desktop.
Save adagio/cb70778a1e5b5c85d536 to your computer and use it in GitHub Desktop.
How to add Bootstrap-SASS to Rails
@import "bootstrap-sprockets";
@import "bootstrap";
//= require bootstrap-sprockets
# Use bootstrap front-end framework
gem 'bootstrap-sass', '~> 3.2.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment