mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
update comment
This commit is contained in:
parent
58bd8fdf2b
commit
1b722372a8
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
// `$columns - 1` because offsetting by the width of an entire row isn't possible
|
// `$columns - 1` because offsetting by the width of an entire row isn't possible
|
||||||
@for $i from 0 through ($columns - 1) {
|
@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} {
|
.offset#{$infix}-#{$i} {
|
||||||
@include make-col-modifier(offset, $i, $columns)
|
@include make-col-modifier(offset, $i, $columns)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user