]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update offset class name in comment in _grid-framework.scss
authorLionel Erard <lionel.erard@gmail.com>
Wed, 6 Apr 2016 09:27:59 +0000 (11:27 +0200)
committerChris Rebert <github@chrisrebert.com>
Wed, 6 Apr 2016 09:27:59 +0000 (02:27 -0700)
[skip sauce]
[skip validator]

scss/mixins/_grid-framework.scss

index dcdec8000092fd8a8ca6f7f9dced53fea44ca033..cb25be92acb000cc9ba96de7e15d555a0b023b22 100644 (file)
@@ -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)
           }