Closed
Description
Here you'll find a few paragraphs describing flex-grow and flex-shrink. It says for flex-grow
:
When omitted, it is set to 1.
Is this a mistake? According to the property definition table the initial value is 0. So it seems this should be corrected to:
When omitted, it is set to 0.