From: Mark Otto Date: Sun, 18 Jun 2017 03:25:35 +0000 (-0700) Subject: update comment X-Git-Tag: v4.0.0-beta~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b722372a88a8058937ce5356dc3050e98772445;p=thirdparty%2Fbootstrap.git update comment --- diff --git a/scss/mixins/_grid-framework.scss b/scss/mixins/_grid-framework.scss index ba341a6ec8..dba045fa78 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) }