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

    Interface AstInvalidRule

    invalid rule node

    interface AstInvalidRule {
        chi: any[];
        loc?: Location;
        parent?: any;
        sel: string;
        tokens?: Token[] | null;
        typ: InvalidRuleTokenType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chi: any[]
    loc?: Location

    location info

    parent?: any

    parent node

    sel: string
    tokens?: Token[] | null

    prelude or selector tokens

    token type