handleman
9/3/2015 - 2:02 PM

This defines the default size of an element before the remaining space is distributed. The main-size value makes it match the width or heigh

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 */
}