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

    Interface ShorthandDef

    interface ShorthandDef {
        defaults: string[];
        keywords: string;
        multiple?: boolean;
        pattern: string;
        separator?: string;
        shorthand: string;
    }
    Index

    Properties

    defaults: string[]
    keywords: string
    multiple?: boolean
    pattern: string
    separator?: string
    shorthand: string