Document `order-0` (#25191)

This commit is contained in:
ysds 2018-01-03 23:47:13 +09:00 committed by XhmikosR
parent a1d134f8a8
commit 8184c649a1
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ Change the _visual_ order of specific flex items with a handful of `order` utili
Responsive variations also exist for `order`.
{% for bp in site.data.breakpoints %}{% for i in (1..12) %}
{% for bp in site.data.breakpoints %}{% for i in (0..12) %}
- `.order{{ bp.abbr }}-{{ i }}`{% endfor %}{% endfor %}
## Align content