mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
remove redundant loop from list-group-horizontal (#28005)
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
@@ -105,7 +104,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user