Answer the question
In order to leave comments, you need to log in
Proper Bootstrap integration in Rails app?
Bootstrap integration in rails.
I did everything according to the instructions. I checked it ten times and redid it step by step.
In application.css.scss :
/*
*= require_tree .
*= require_self
*/
@import "bootstrap-sprockets";
@import "bootstrap";
/*
*= require_tree .
*= require_self
*/
@import "bootstrap-sprockets";
@import "bootstrap";
@import "index";
Answer the question
In order to leave comments, you need to log in
If you make your application.scss file look like this:
/*
*= require_self
*= require_tree .
*/
@import "bootstrap-sprockets";
@import "bootstrap";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question