Search


Search something to see results

CssVariableMapTokenType

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

Hierarchy (View Summary)

Index

Properties

from: Token[]
loc?: Location

location info

parent?: any

parent node

tokens?: Token[] | null

prelude or selector tokens

token type

vars: Token[]