File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1119,6 +1119,13 @@ Flex Direction and Wrap: the 'flex-flow' shorthand</h3>
11191119 <pre class='propdef shorthand'>
11201120 Name : flex-flow
11211121 Value : <'flex-direction'> || <'flex-wrap'>
1122+ Initial : row nowrap
1123+ Applies to : <a>flex containers</a>
1124+ Inherited : no
1125+ Percentages : n/a
1126+ Computed value : specified value
1127+ Media : visual
1128+ Animation type : discrete
11221129 </pre>
11231130
11241131 The 'flex-flow' property is a shorthand for setting the 'flex-direction' and 'flex-wrap' properties,
@@ -1481,13 +1488,12 @@ Flexibility</h2>
14811488<h3 id='flex-property'>
14821489The 'flex' Shorthand</h3>
14831490
1484- <pre class='propdef'>
1491+ <pre class='propdef shorthand '>
14851492 Name : flex
14861493 Value : none | [ <<'flex-grow'>> <<'flex-shrink'>>? || <<'flex-basis'>> ]
1487- Initial : see individual properties
1494+ Initial : 1 0 auto
14881495 Applies to : <a>flex items</a>
1489- Inherited : see individual properties
1490- Computed value : see individual properties
1496+ Inherited : no
14911497 Media : visual
14921498 Canonical order : per grammar
14931499 </pre>
You can’t perform that action at this time.
0 commit comments