The flex property is often applied to flex items with a value of 1. Using flex: 1 is a shorthand - what does it unpack to?
flex: 1 0 0;
flex: 0 0 100;
flex: 1 1 auto; Source: stackoverflow
flex: 0 0 auto;