Open bonzaiferroni opened 2 months ago
I can't reproduce the problem. All three properties are working fine for me. Which version of KVision do you use?
Perhaps your browser simply does not display these properties because they are not active in this context. You also need to add display = Display.FLEX
for them to work.
I've been trying to assign the
flex-grow
style like this:expecting a css property of
flex-grow = 1;
in the element that gets rendered. It doesn't appear to have that property:This appears to be the case for
flex-shrink
andorder
but not other properties I tried.