2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Update _grid-framework.scss

This commit is contained in:
Mark Otto
2017-06-29 22:40:08 -07:00
parent 4982926dcf
commit deeae4f820
+1 -1
View File
@@ -48,7 +48,7 @@
@for $i from 1 through $columns { @for $i from 1 through $columns {
.order#{$infix}-#{$i} { .order#{$infix}-#{$i} {
order: $i order: $i;
} }
} }
} }