Skip to content

Instantly share code, notes, and snippets.

@postazure
Last active August 29, 2015 14:10
Show Gist options
  • Save postazure/22667b531dede3352d04 to your computer and use it in GitHub Desktop.
Save postazure/22667b531dede3352d04 to your computer and use it in GitHub Desktop.
Add Bootstrap to rails app
#js
//= require bootstrap-sprockets
#scss
@import "bootstrap-sprockets";
@import "bootstrap";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment