diff options
| author | Lionel Erard <[email protected]> | 2016-04-06 11:27:59 +0200 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-04-06 02:27:59 -0700 |
| commit | 18c25056a681e3b6e76557811eb1d87cd600c154 (patch) | |
| tree | e71824956a5b47b0f3bdbc2ef180455cf8f87f8e | |
| parent | a563dc8f730a10fa7c89baba7f57c132c44d84e1 (diff) | |
| download | bootstrap-18c25056a681e3b6e76557811eb1d87cd600c154.tar.xz bootstrap-18c25056a681e3b6e76557811eb1d87cd600c154.zip | |
Update offset class name in comment in _grid-framework.scss
[skip sauce]
[skip validator]
| -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 dcdec8000..cb25be92a 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) } |
