I cannot find reliable information online or in caniuse website.
Is it 'legal' and well supported to use display: flex on a flexbox item? I mean:
.parent{
display: flex;
}
.child{
flex:1;
display: flex;
}
And do you maybe know of any browser support chart?