Could we please have a flex-basis
property for the Div element to size it if it’s inside a flex parent? I believe it used to be in the earlier versions.
1 Like
@timmse how about this request?
Every time one needs to apply flex-basis
to a Div element, you have to give it a display: flex
first to unlock the flex-basis
option, which is not essential.