mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Add .order-0 to the flexbox grid ordering helpers. (#25137)
This commit is contained in:
parent
2b41526b4f
commit
d90dddf5e0
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
order: -1;
|
||||
}
|
||||
|
||||
@for $i from 1 through $columns {
|
||||
@for $i from 0 through $columns {
|
||||
.order#{$infix}-#{$i} {
|
||||
order: $i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue