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

Add .order-0 to the flexbox grid ordering helpers. (#25137)

This commit is contained in:
Kevin Ruscoe 2017-12-31 00:28:12 +00:00 committed by XhmikosR
parent 2b41526b4f
commit d90dddf5e0

View File

@ -50,7 +50,7 @@
order: -1;
}
@for $i from 1 through $columns {
@for $i from 0 through $columns {
.order#{$infix}-#{$i} {
order: $i;
}