Customizing Bootstrap CSS template

前端 未结 9 1302
面向向阳花
面向向阳花 2020-11-22 09:03

I am just getting started with Bootstrap from Twitter and am wondering what the ‘best practices’ is for customization. I want to develop a system that will take advantage of

9条回答
  •  青春惊慌失措
    2020-11-22 09:54

    You can use the bootstrap template from

    http://www.initializr.com/

    which includes all the bootstrap .less files. You can then change variables / update the less files as you want and it will automatically compile the css. When deploying compile the less file to css.

提交回复
热议问题