Search


Search something to see results

AstStyleSheet

stylesheet node

interface AstStyleSheet {
    chi: any[];
    loc?: Location;
    parent?: any;
    tokens?: null;
    typ: StyleSheetNodeType;
}

Hierarchy (View Summary)

Index

Properties

chi: any[]
loc?: Location

location info

parent?: any

parent node

tokens?: null

prelude or selector tokens

token type