Skip to content

Instantly share code, notes, and snippets.

@derrickko
Created April 6, 2012 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derrickko/2316259 to your computer and use it in GitHub Desktop.
Save derrickko/2316259 to your computer and use it in GitHub Desktop.
Using Twitter Bootstrap with Rails 3.1 and SASS
// app/assets/stylesheets/application.css
/*
*= require ./bootstrap
*= require ./sass_main
*/
gem "less", "~> 2.0.6"
user:~/my_app $ git submodule add https://github.com/twitter/bootstrap.git app/assets/stylesheets/bootstrap
user:~/my_app $ git submodule init
user:~/my_app $ git submodule update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment