glyphicons not showing with sass bootstrap integration

后端 未结 14 1698
滥情空心
滥情空心 2021-01-17 10:01

I used this tutorial to integrate bootstrap in my project:

https://laravel-news.com/2015/10/setup-bootstrap-sass-with-laravel-elixir/

This places an app.css

14条回答
  •  失恋的感觉
    2021-01-17 10:51

    You should in your app.scss before including bootstrap file set variable $icon-font-path value correctly, probably in your case it should be:

    $icon-font-path: '/css/fonts/';
    

提交回复
热议问题