Closed zacksiri closed 12 years ago
As in the title,
you should include the bootstrap-responsive css as well.
Or at least show us how to include it?
@seivan just include responsive in application.css.scss
@import "bootstrap"; @import "responsive";
or in application.css
*= require bootstrap *= require responsive
As in the title,
you should include the bootstrap-responsive css as well.