mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
update comment
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user