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

    Interface BackgroundSize

    interface BackgroundSize {
        default: string[];
        keywords: string[];
        mapping: BackgroundSizeMapping;
        multiple: boolean;
        prefix: Prefix;
        previous: string;
        types: string[];
    }
    Index

    Properties

    default: string[]
    keywords: string[]
    multiple: boolean
    prefix: Prefix
    previous: string
    types: string[]