AtRuleToken
interface AtRuleToken {
loc?: Location;
nam: string;
parent?: any;
tokens?: Token[] | null;
typ: AtRuleTokenType;
val?: string;
}
loc?: Location;
nam: string;
parent?: any;
tokens?: Token[] | null;
typ: AtRuleTokenType;
val?: string;
}
Hierarchy (View Summary)
- BaseToken
- AtRuleToken
At rule token