KC's Workspace
    Preparing search index...

    A value for the flex shorthand property.

    interface Flex {
        basis: LengthPercentageOrAuto;
        grow: number;
        shrink: number;
    }
    Index

    Properties

    Properties

    The flex basis.

    grow: number

    The flex grow factor.

    shrink: number

    The flex shrink factor.