anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

You should include bootstrap-responsive #18

Closed zacksiri closed 12 years ago

zacksiri commented 12 years ago

As in the title,

you should include the bootstrap-responsive css as well.

seivan commented 12 years ago

Or at least show us how to include it?

yury commented 12 years ago

@seivan just include responsive in application.css.scss

@import "bootstrap";
@import "responsive";

or in application.css

*= require bootstrap
*= require responsive