mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
Fix sass map navbar-toggleable
Follow up to 6e8ce0c7dc
. Uses the breakpoint-next mixin to snag the next breakpoint in the media query for proper styling.
This commit is contained in:
@@ -133,9 +133,10 @@
|
||||
// scss-lint:disable ImportantRule
|
||||
.navbar-toggleable {
|
||||
@each $breakpoint in map-keys($grid-breakpoints) {
|
||||
$next: breakpoint-next($breakpoint, $grid-breakpoints);
|
||||
&-#{$breakpoint} {
|
||||
@include clearfix;
|
||||
@include media-breakpoint-up($breakpoint) {
|
||||
@include media-breakpoint-up($next) {
|
||||
display: block !important;
|
||||
|
||||
.navbar-brand {
|
||||
|
Reference in New Issue
Block a user