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

    Interface CssVariableMapTokenType

    interface CssVariableMapTokenType {
        from: Token[];
        loc?: Location;
        parent?: any;
        tokens?: Token[] | null;
        typ: CssVariableMapTokenType;
        vars: Token[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    from: Token[]
    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: Token[] | null

    prelude or selector tokens

    typ: CssVariableMapTokenType

    token type

    vars: Token[]