mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Fix #3725
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user