2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
-5
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