Fix #3725
This commit is contained in:
parent
4a13f5ea86
commit
b4499d5af0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ You can specify a different column count **per breakpoint**:
|
|||
<tr>
|
||||
<th>{{ i }}</th>
|
||||
{% for bp in page.breakpoints %}
|
||||
<td><code>has-cols-{{ i }}-{{ bp }}</code></td>
|
||||
<td><code>has-{{ i }}-cols-{{ bp }}</code></td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue