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

    Interface Background

    interface Background {
        default: any[];
        keywords: string[];
        multiple: boolean;
        pattern: string;
        properties: BackgroundProperties;
        separator: Separator;
        shorthand: string;
    }
    Index

    Properties

    default: any[]
    keywords: string[]
    multiple: boolean
    pattern: string
    separator: Separator
    shorthand: string