0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

line break for readibility

This commit is contained in:
Mark Otto 2016-12-28 17:03:09 -08:00 committed by Mark Otto
parent 40e85012eb
commit a3f6d8afcb

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 {