Calculating flex-basis for items when the parent flex item uses gap In CSS, how do you calculate flex-basis (or width) for items to make sure they fill the area they are supposed to, without using flex-grow.
IE11 Flexbox Bug: flex-basis with calc when using flex shorthand When using the flex shorthand, you cannot use % for flex-basis if using calc.