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:
parent
5dcf7cd3b7
commit
46f34fd131
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user