0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Update offset class name in comment in _grid-framework.scss

[skip sauce]
[skip validator]
This commit is contained in:
Lionel Erard 2016-04-06 11:27:59 +02:00 committed by Chris Rebert
parent a563dc8f73
commit 18c25056a6

View 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)
}