This sets `flex-grow: 0;`, `flex-shrink: 1;` and `flex-basis: auto;` when all are not required. Causes specificity issues when trying to set any of these properties with a single class.
This sets
flex-grow: 0;,flex-shrink: 1;andflex-basis: auto;when all are not required.Causes specificity issues when trying to set any of these properties with a single class.