Customizing Bootstrap CSS template

前端 未结 9 1311
面向向阳花
面向向阳花 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:58

    Since Pabluez's answer back in December, there is now a better way to customize Bootstrap.

    Use: Bootswatch to generate your bootstrap.css

    Bootswatch builds the normal Twitter Bootstrap from the latest version (whatever you install in the bootstrap directory), but also imports your customizations. This makes it easy to use the the latest version of Bootstrap, while maintaining custom CSS, without having to change anything about your HTML. You can simply sway boostrap.css files.

提交回复
热议问题