mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Add .order-0
to the flexbox grid ordering helpers. (#25137)
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@for $i from 1 through $columns {
|
@for $i from 0 through $columns {
|
||||||
.order#{$infix}-#{$i} {
|
.order#{$infix}-#{$i} {
|
||||||
order: $i;
|
order: $i;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user