We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc3b1a commit ba8d93fCopy full SHA for ba8d93f
1 file changed
css3-layout/Overview.src.html
@@ -1080,7 +1080,9 @@ <h2 id=position>Flowing content into the template: the 'position'
1080
>the documentation by Andrew Fedoniouk and Ivan Goroun.</a> E.g.,
1081
<code><ul style="display: '2 1'"><li>one <li>two
1082
</ul></code> puts “two” on the left and “one” on the right. (Note
1083
-that this requires that the names of slots are separated by spaces.)
+that this requires that the names of slots are separated by spaces.)
1084
+It is thus also a shortcut for some applications of <a
1085
+href="http://www.w3.org/TR/css3-flexbox/#flex-order">'flex-order'.</a>
1086
1087
<table class=propdef-extra>
1088
<tr>
0 commit comments