aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorysds <[email protected]>2018-01-03 23:47:13 +0900
committerXhmikosR <[email protected]>2018-01-03 16:47:13 +0200
commit8184c649a15d61daea5de2e99a5f0b80552c8aec (patch)
tree9947e22df6609e334453c3ea4974b2a5a014c0f2 /docs
parenta1d134f8a8a93ae82f8553674d3c5f8b76c504ad (diff)
downloadbootstrap-8184c649a15d61daea5de2e99a5f0b80552c8aec.tar.xz
bootstrap-8184c649a15d61daea5de2e99a5f0b80552c8aec.zip
Document `order-0` (#25191)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/flex.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/flex.md b/docs/4.0/utilities/flex.md
index 441e4343d..dd5bc47db 100644
--- a/docs/4.0/utilities/flex.md
+++ b/docs/4.0/utilities/flex.md
@@ -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