Ruby on Rails Bootstrap Glyphicons not working

后端 未结 17 2076
Happy的楠姐
Happy的楠姐 2020-12-02 07:43

I have added bootstrap to my site. Here is the structure I am using. (I cannot whatsoever remove the bootstrap.css file since it I modified it to my liking).



        
17条回答
  •  悲哀的现实
    2020-12-02 08:26

    Apparently Chrome has been broken for months re this issue.

    This worked for me when I put it in the top of my customization_css.css.scss file

    @import 'bootstrap-sprockets';
    @import 'bootstrap';
    @import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");
    

提交回复
热议问题