style-guide
style-guide copied to clipboard
flex-grow factor for Flex component
What do you think having grow property for Flex component?
I think it can be hard to generate a set of CSS classes with useful flex-grow values for general use. I would suggest stick to custom class names for particular layouts.
WDYT @coderitual ?
Currently flex component mostly acts as a flex container. This should be part of compound work of adding flex as a child functionality (flex etc) rather than separate props request.
Technically it's perfectly possible.