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

    Interface AstInvalidRule

    invalid rule node

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

    Hierarchy (View Summary)

    Index

    Properties

    chi: AstNode[]
    loc?: Location

    location info

    parent?: any

    parent node

    sel: string
    tokens?: null | Token[]

    prelude or selector tokens

    token type