File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1246,13 +1246,13 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
12461246 Represents the largest <a>min-content contribution</a>
12471247 of the <a>grid items</a> occupying the <a>grid track</a> .
12481248
1249- <dt> <dfn lt="minmax()">minmax(min, max)</dfn>
1249+ <dt> <dfn lt="minmax()">minmax(<var> min</var>, <var> max</var> )</dfn>
12501250 <dd>
12511251 Defines a size range
12521252 greater than or equal to <var> min</var>
12531253 and less than or equal to <var> max</var> .
12541254 If <var> max</var> < <var> min</var> ,
1255- then <var> max</var> is ignored and ''minmax(min, max)'' is treated as <var> min</var> .
1255+ then <var> max</var> is ignored and ''minmax(<var> min</var>,<var> max</var> )'' is treated as <var> min</var> .
12561256 As a maximum, a <<flex>> value sets the track's <a>flex factor</a> ;
12571257 it is invalid as a minimum.
12581258
You can’t perform that action at this time.
0 commit comments