10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c505d2 commit d564e75Copy full SHA for d564e75
2 files changed
css-flexbox/Overview.bs
@@ -1131,14 +1131,9 @@ Flex Line Wrapping: the 'flex-wrap' property</h3>
1131
<h3 id='flex-flow-property'>
1132
Flex Direction and Wrap: the 'flex-flow' shorthand</h3>
1133
1134
- <pre class='propdef'>
+ <pre class='propdef shorthand'>
1135
Name: flex-flow
1136
Value: <'flex-direction'> || <'flex-wrap'>
1137
- Initial: see individual properties
1138
- Applies to: <a>flex containers</a>
1139
- Inherited: see individual properties
1140
- Computed value: see individual properties
1141
- Media: visual
1142
</pre>
1143
1144
<p>The 'flex-flow' property is a shorthand for setting the 'flex-direction' and 'flex-wrap' properties,
0 commit comments