This commit is contained in:
Jeremy Thomas 2024-03-22 10:08:27 +00:00
parent 4a13f5ea86
commit b4499d5af0

View File

@ -106,7 +106,7 @@ You can specify a different column count **per breakpoint**:
<tr> <tr>
<th>{{ i }}</th> <th>{{ i }}</th>
{% for bp in page.breakpoints %} {% for bp in page.breakpoints %}
<td><code>has-cols-{{ i }}-{{ bp }}</code></td> <td><code>has-{{ i }}-cols-{{ bp }}</code></td>
{% endfor %} {% endfor %}
</tr> </tr>
{% endfor %} {% endfor %}