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

    Interface BackgroundRepeatMapping

    interface BackgroundRepeatMapping {
        "no-repeat no-repeat": string;
        "no-repeat repeat": string;
        "repeat no-repeat": string;
        "repeat repeat": string;
        "round round": string;
        "space space": string;
    }
    Index

    Properties

    "no-repeat no-repeat": string
    "no-repeat repeat": string
    "repeat no-repeat": string
    "repeat repeat": string
    "round round": string
    "space space": string