How to get bootstrap 4 24 grid

前端 未结 2 783
长情又很酷
长情又很酷 2020-12-18 10:50

Does anyone know where to download 24 grid version of newest bootstrap 4-0-0 beta? I don\'t want to use sass, and I cant find customize option in bootstrap website.

2条回答
  •  独厮守ぢ
    2020-12-18 11:07

    You can create 24-columns grid using the auto-layout columns, or by combining the 12-column grid..

    https://www.codeply.com/go/nnf7toD1E2

     
    1
    2
    ..
    24

    Or, you can generate a custom CSS build by changing the $grid-columns variable to 24.

提交回复
热议问题