mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 04:54:41 +00:00
Update _grid-framework.scss
This commit is contained in:
parent
4982926dcf
commit
deeae4f820
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue