Where to edit bootstrap @grid-float-breakpoint

前端 未结 3 1313
粉色の甜心
粉色の甜心 2020-12-14 15:53

I know that you can change @grid-float-breakpoint in the \"variables.less\" file which compiles into the bootstrap package we all download and use (I think).



        
3条回答
  •  难免孤独
    2020-12-14 16:28

    There are 2 recommended main and different ways to change the @grid-float-breakpoint (this is a variable in LESS).

    1. You can download the master (https://github.com/twbs/bootstrap/archive/master.zip), open the bootstrap.com/variables.less file and then compile that with a LESS compiler. This involves installing a LESS compiler on your computer, such as Grunt (multi-platform) or CodeKit (Mac).

    enter image description here

    1. OR Go to getbootstrap.com/customize and change the variable there and download a compiled CSS file.

    enter image description here

提交回复
热议问题