CssVariableImportTokenType
interface CssVariableImportTokenType {
"[ROOT]"?: AstStyleSheet | null;
nam: string;
parent?: any;
typ: CssVariableImportTokenType;
val: Token[];
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet | null;
nam: string;
parent?: any;
typ: CssVariableImportTokenType;
val: Token[];
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- CssVariableImportTokenType
Indexable
-
[key: number]: string | undefined
Css variable import token