monks/flex_grow
The flex-grow CSS property sets the flex grow factor, which specifies how much of the flex container’s positive free space, if any, should be assigned to the flex item’s main size.
When the flex-container’s main size is larger than the combined main sizes of its flex items, this positive free space can be distributed among the flex items, with each item’s growth being their growth factor value as a proportion of the sum total of all the flex items’ flex grow factors.
It is recommended to use the {{cssxref(“flex”)}} shorthand with a keyword value like
autoorinitialinstead of settingflex-growon its own. The keyword values expand to reliable combinations offlex-grow, {{cssxref(“flex-shrink”)}}, and {{cssxref(“flex-basis”)}}, which help to achieve the commonly desired flex behaviors.
Values
pub const revert_layer: #(String, String)