Kostom.net

flex


Utilities that serves as shorthand for flex-grow, flex-shrink, flex-basis. Check this unity documentation for more information on flex.
ClassStyles
flex-<number>flex: <number>;
flex-autoflex: auto;
flex-initialflex: 0 auto;
flex-noneflex: none;
flex-(<custom-property>)flex: var(<custom-property>);
flex-[<value>]flex: <value>;