flex-basis

Since UXP v3.0

Sets the basis for determining the size of an item in a flexible layout container.

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

Example

.someElement {
    flex-basis: auto;
}