Bootstrap 4 flex grid system only

前端 未结 4 1642
北海茫月
北海茫月 2020-12-17 11:07

So in bootstrap3 we had the \'Customize and download\' option, which we could download only whatever we needed. Now that bootstrap 4 supports flexbox, I only wanna download

4条回答
  •  感情败类
    2020-12-17 11:19

    At the time of answering this question, if you download the compiled .zip found here, it comes with a css folder that has three stylesheets,

    • bootstrap-grid.css
    • bootstrap-normalize.css
    • bootstrap.css

    The bootstrap-grid file has only the grid CSS and nothing else, which is what you're looking for.

提交回复
热议问题