KC's Workspace
    Preparing search index...
    MaxSize:
        | { type: "none" }
        | { type: "length-percentage"; value: DimensionPercentageFor_LengthValue }
        | { type: "min-content"; vendorPrefix: VendorPrefix }
        | { type: "max-content"; vendorPrefix: VendorPrefix }
        | { type: "fit-content"; vendorPrefix: VendorPrefix }
        | {
            type: "fit-content-function";
            value: DimensionPercentageFor_LengthValue;
        }
        | { type: "stretch"; vendorPrefix: VendorPrefix }
        | { type: "contain" }

    A value for the minimum and maximum size properties, e.g. min-width and max-height.