Change bootstrap navbar collapse breakpoint without using LESS

前端 未结 19 2510
囚心锁ツ
囚心锁ツ 2020-11-22 07:55

Currently when the browser width drops below 768px, the navbar changes to collapsed mode. I want to change this width to 1000px so when the browser is below 1000px the navba

19条回答
  •  爱一瞬间的悲伤
    2020-11-22 08:29

    Your best bet would be to use a port of the CSS processor you use.

    I'm a big fan of SASS so I currently use https://github.com/thomas-mcdonald/bootstrap-sass

    It looks like there's a fork for Stylus here: https://github.com/Acquisio/bootstrap-stylus

    Otherwise, Search & Replace is your best friend right in the css version...

提交回复
热议问题