SyntaxFix
Write A Post
Hire A Developer
Questions
The Sass way of changing bootstrap variables is actually documented on the bootstrap-sass github page.
Just redefine the variables before you @import bootstrap:
$grid-float-breakpoint: 1000px; @import 'bootstrap';