diff options
| author | Mark Otto <[email protected]> | 2017-06-29 22:40:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-30 11:44:09 -0700 |
| commit | deeae4f8203676535dedc6509e8cc40468789766 (patch) | |
| tree | c53fb96426710c5f967b7a97fae150567dae6391 /scss | |
| parent | 4982926dcfc66989f5f54c04d33c44a947cd919d (diff) | |
| download | bootstrap-deeae4f8203676535dedc6509e8cc40468789766.tar.xz bootstrap-deeae4f8203676535dedc6509e8cc40468789766.zip | |
Update _grid-framework.scss
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_grid-framework.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_grid-framework.scss b/scss/mixins/_grid-framework.scss index 0ff72fe2b..d8195ddfa 100644 --- a/scss/mixins/_grid-framework.scss +++ b/scss/mixins/_grid-framework.scss @@ -48,7 +48,7 @@ @for $i from 1 through $columns { .order#{$infix}-#{$i} { - order: $i + order: $i; } } } |
