Stackblitz: How to import Bootstrap CSS framework

前端 未结 8 936
死守一世寂寞
死守一世寂寞 2020-12-31 02:52

I just found the amazing Stackblitz online VS Code editor. I created an Angular project and under dependencies installed the Bootstrap CSS framework but how

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-31 03:21

    try this :

    style.css

    @import url('https://unpkg.com/bootstrap@3.3.7/dist/css/bootstrap.min.css')
    

    It will load all your glyphicon icons

提交回复
热议问题