From 18c25056a681e3b6e76557811eb1d87cd600c154 Mon Sep 17 00:00:00 2001 From: Lionel Erard Date: Wed, 6 Apr 2016 11:27:59 +0200 Subject: [PATCH] Update offset class name in comment in _grid-framework.scss [skip sauce] [skip validator] --- scss/mixins/_grid-framework.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/mixins/_grid-framework.scss b/scss/mixins/_grid-framework.scss index dcdec80000..cb25be92ac 100644 --- a/scss/mixins/_grid-framework.scss +++ b/scss/mixins/_grid-framework.scss @@ -36,7 +36,7 @@ // `$columns - 1` because offsetting by the width of an entire row isn't possible @for $i from 0 through ($columns - 1) { - @if $breakpoint-counter != 1 or $i != 0 { // Avoid emitting useless .col-xs-offset-0 + @if $breakpoint-counter != 1 or $i != 0 { // Avoid emitting useless .offset-xs-0 .offset-#{$breakpoint}-#{$i} { @include make-col-modifier(offset, $i, $columns) }