Stackblitz: How to import Bootstrap CSS framework

前端 未结 8 1119
死守一世寂寞
死守一世寂寞 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:32

    In dependencies add "bootstrap" then click enter.

    then write following line in styles.css in src folder

    @import '~bootstrap/dist/css/bootstrap.min.css';
    

提交回复
热议问题