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

    Interface BackgroundRepeat

    interface BackgroundRepeat {
        default: string[];
        keywords: string[];
        mapping: BackgroundRepeatMapping;
        multiple: boolean;
        types: any[];
    }
    Index

    Properties

    default: string[]
    keywords: string[]
    multiple: boolean
    types: any[]