]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update comment
authorMark Otto <markdotto@gmail.com>
Sun, 18 Jun 2017 03:25:35 +0000 (20:25 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 18 Jun 2017 03:25:35 +0000 (20:25 -0700)
scss/mixins/_grid-framework.scss

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