We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad254d commit 468ec7dCopy full SHA for 468ec7d
1 file changed
spec/css3-flexbox.txt
@@ -113,6 +113,19 @@ Option 7.4
113
[ wrap | wrap-reverse | wrap-left | wrap-right | wrap-down| wrap-up ]
114
115
116
+Option 8:
117
+
118
+<code>
119
+flex-flow:
120
+ [ row | row-reverse | column | column-reverse ] || [ wrap | wrap-reverse ] |
121
122
+ [ horizontal | horizontal-reverse | horizontal-ltr| horizontal-rtl ] &&
123
+ [ wrap| wrap-reverse | wrap-down| wrap-up ]? |
124
125
+ [ vertical| vertical-reverse| vertical-ttb| vertical-btt ] &&
126
+ [ wrap | wrap-reverse | wrap-left | wrap-right ]?
127
+</code>
128
129
;Status : Open
130
131
==== Issue 3 ====
0 commit comments