Skip to content

Commit 7f59f6c

Browse files
support order auto responsive
1 parent 463a4cd commit 7f59f6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/grid.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ $grid-col: 24;
6666
#{$col-prefix}-offset#{$viewport}-#{$i} {
6767
margin-left: percentage($i / $grid-col);
6868
}
69+
70+
#{$col-prefix}-order#{$viewport}-#{$i} {
71+
order: #{$i};
72+
}
6973
}
7074
}
7175

0 commit comments

Comments
 (0)