File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1675,6 +1675,8 @@ Flexible Lengths: the ''fr'' unit</h4>
1675
1675
A <dfn export>flexible length</dfn> or <dfn><<flex>></dfn> is a dimension with the ''fr'' unit,
1676
1676
which represents a fraction of the <a>free space</a> in the <a>grid container</a> .
1677
1677
1678
+ Note: Unlike <<percentage>> values, <<flex>> values cannot be represented in or combined with other unit types in ''calc()'' expressions.
1679
+
1678
1680
The distribution of <a>free space</a> occurs after all non-flexible <a>track sizing functions</a> have reached their maximum.
1679
1681
The total size of such rows or columns is subtracted from the available space, yielding the <a>free space</a> ,
1680
1682
which is then divided among the flex-sized rows and columns in proportion to their <a>flex factor</a> .
You can’t perform that action at this time.
0 commit comments