flex-grow

Since UXP v3.0

Determines if a flexible item can grow, and if so, how it grows relative to other items in the flexible container.

See: https://developer.mozilla.org/en/docs/Web/CSS/flex-grow

Example

.someElement {
    flex-grow: 2;
}