Flex basis [Flex CSS3]
by Dawid Ryłko
HTML
<!-- Flex basis [Flex CSS3] -->
<a href="https://dawidrylko.com/flexbox-layout-czesc-2-children-items/" target="_blank">
Flexbox Layout – część 2 – children items | Dawid Ryłko | Front-End Developer
</a>
CSS
/* Flex basis [Flex CSS3] */
.item {
flex-basis: auto | LENGTH; /* default auto */
}