Skip to content

Commit 1fbe2bb

Browse files
committed
fix doc
1 parent c974472 commit 1fbe2bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h3>Sass</h3>
243243

244244
@for $i from 1 through $default-grid-columns {
245245
&gt; .grid__col-#{$i} {
246-
@include grid-col($col: $i, $gutter: $default-grid-gutter);
246+
@include grid-col($col: $i, $grid-columns: $default-grid-columns, $gutter: $default-grid-gutter);
247247
}
248248
}
249249
}
@@ -464,8 +464,8 @@ <h3 class="reference"><span class="small">@include</span> <span class="big">grid
464464
<tr>
465465
<td>$gutter</td>
466466
<td>null</td>
467-
<td>null | &lt;percentage&gt; | &lt;width&gt;</td>
468-
<td><code>null</code> is no margin of both ends of the grid. <code>&lt;percentage&gt;</code> and <code>&lt;width&gt;</code> generates a margin of both ends of the grid.</td>
467+
<td>null | &lt;percentage&gt;</td>
468+
<td><code>null</code> is no margin of both ends of the grid. <code>&lt;percentage&gt;</code> generate a margin of both ends of the grid.</td>
469469
</tr>
470470
<tr>
471471
<td>$grid-type</td>

0 commit comments

Comments
 (0)