@tbela99/css-parser
    Preparing search index...

    Interface 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