0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-31 23:52:18 +01:00

line break for readibility

This commit is contained in:
Mark Otto 2016-12-28 17:03:09 -08:00
parent a9efef6c4a
commit a689e30d46

View File

@ -249,6 +249,7 @@
@each $breakpoint in map-keys($grid-breakpoints) {
$next: breakpoint-next($breakpoint, $grid-breakpoints);
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
&#{$infix} {
@include media-breakpoint-down($breakpoint) {
.navbar-nav {