Skip to content

Commit

Permalink
Add .order-0 to the flexbox grid ordering helpers. (#25137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinruscoe authored and XhmikosR committed Dec 31, 2017
1 parent 2b41526 commit d90dddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_grid-framework.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
order: -1;
}

@for $i from 1 through $columns {
@for $i from 0 through $columns {
.order#{$infix}-#{$i} {
order: $i;
}
Expand Down

0 comments on commit d90dddf

Please sign in to comment.