How to get just the responsive grid from Bootstrap 3?

后端 未结 8 1280
后悔当初
后悔当初 2021-01-29 21:22

I need to add responsive design features to my web application using Twitter Bootstrap. I just want the responsive behavior, I\'m not interested in the typography, components or

8条回答
  •  故里飘歌
    2021-01-29 22:01

    Go to http://getbootstrap.com/customize/ and toggle just what you want from the BS3 framework and then click "Compile and Download" and you'll get the CSS and JS that you chose.

    Bootstrap Customizer

    Open up the CSS and remove all but the grid. They include some normalize stuff too. And you'll need to adjust all the styles on your site to box-sizing: border-box - http://www.w3schools.com/cssref/css3_pr_box-sizing.asp

提交回复
热议问题