This defines the default size of an element before the remaining space is distributed. The main-size value makes it match the width or height, depending on which is relevant based on the flex-direction.
.item {
flex-basis: <length> | auto; /* default auto */
}