Any way to add a breakpoint in Bootstrap?

后端 未结 4 1694
心在旅途
心在旅途 2021-01-12 19:41

Is there any way to add a 5th breakpont to 4 that already exist? Unfortunaetly, 4 is not enough for a project we currenty work on. the idea was to create a new break point s

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-12 20:00

    On Bootstrap 3, adding a breakpoint is not simple.

    As indicated in this issue, you must add your own.

    Here is a sample code to add new breakpoint with a sass file or a css file.

提交回复
热议问题