1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 00:54:04 +02:00

Clean up some navbar.scss, drop the -float-breakpoint var entirely

This commit is contained in:
Mark Otto
2014-12-11 14:47:10 -08:00
parent bd453652b8
commit 1e136a70a2
8 changed files with 19 additions and 267 deletions

View File

@@ -299,11 +299,6 @@ $grid-breakpoints: (xs sm md lg xl);
$grid-columns: 12 !default;
//** Padding between columns. Gets divided in half for the left and right.
$grid-gutter-width: 1.5rem !default;
// Navbar collapse
//** Point at which the navbar becomes uncollapsed.
$grid-float-breakpoint: $screen-sm-min !default;
//** Point at which the navbar begins collapsing.
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
//== Container sizes