@tbela99/css-parser
    Preparing search index...

    Interface ShorthandPropertyType

    interface ShorthandPropertyType {
        keywords: string[];
        map?: string;
        multiple: boolean;
        properties: string[];
        separator: {
            typ:
                | "toString"
                | "toLocaleString"
                | "toFixed"
                | "toExponential"
                | "toPrecision"
                | "valueOf";
            val: string;
        };
        shorthand: string;
        types: string[];
    }
    Index

    Properties

    keywords: string[]
    map?: string
    multiple: boolean
    properties: string[]
    separator: {
        typ:
            | "toString"
            | "toLocaleString"
            | "toFixed"
            | "toExponential"
            | "toPrecision"
            | "valueOf";
        val: string;
    }
    shorthand: string
    types: string[]