]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Document `order-0` (#25191)
authorysds <fellows3@gmail.com>
Wed, 3 Jan 2018 14:47:13 +0000 (23:47 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 3 Jan 2018 14:47:13 +0000 (16:47 +0200)
docs/4.0/utilities/flex.md

index 441e4343de2962ef31a98f013087ba0326d183d4..dd5bc47db03d5b09d268d9c52519dfc558fc7159 100644 (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