AstStyleSheet
interface AstStyleSheet {
chi: any[];
loc?: Location;
parent?: any;
tokens?: null;
typ: StyleSheetNodeType;
}
chi: any[];
loc?: Location;
parent?: any;
tokens?: null;
typ: StyleSheetNodeType;
}
Hierarchy (View Summary)
- BaseToken
- AstStyleSheet
stylesheet node