0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

remove redundant loop from list-group-horizontal (#28005)

This commit is contained in:
wojtask9 2019-01-08 19:18:36 +01:00 committed by XhmikosR
parent 5dcf7cd3b7
commit 46f34fd131

View File

@ -84,7 +84,6 @@
@include media-breakpoint-up($breakpoint) { @include media-breakpoint-up($breakpoint) {
$infix: breakpoint-infix($breakpoint, $grid-breakpoints); $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
@each $value in $displays {
.list-group-horizontal#{$infix} { .list-group-horizontal#{$infix} {
flex-direction: row; flex-direction: row;
@ -106,7 +105,6 @@
} }
} }
} }
}
// Flush list items // Flush list items