diff options
| author | Mark Otto <[email protected]> | 2017-06-17 20:25:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-17 20:25:35 -0700 |
| commit | 1b722372a88a8058937ce5356dc3050e98772445 (patch) | |
| tree | 3eae52d416044d47587c988c9d53b88d07dd738c | |
| parent | 58bd8fdf2b7c59577737e26f821841647cf11f8e (diff) | |
| download | bootstrap-1b722372a88a8058937ce5356dc3050e98772445.tar.xz bootstrap-1b722372a88a8058937ce5356dc3050e98772445.zip | |
update comment
| -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 ba341a6ec..dba045fa7 100644 --- a/scss/mixins/_grid-framework.scss +++ b/scss/mixins/_grid-framework.scss @@ -56,7 +56,7 @@ // `$columns - 1` because offsetting by the width of an entire row isn't possible @for $i from 0 through ($columns - 1) { - @if not ($infix == "" and $i == 0) { // Avoid emitting useless .offset-xs-0 + @if not ($infix == "" and $i == 0) { // Avoid emitting useless .offset-0 .offset#{$infix}-#{$i} { @include make-col-modifier(offset, $i, $columns) } |
