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

    Interface AstInvalidRule

    interface AstInvalidRule {
        chi: AstNode[];
        loc?: Location;
        parent?: AstRuleList;
        sel: string;
        tokens?: Token[];
        typ: InvalidRuleTokenType;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chi: AstNode[]
    loc?: Location
    parent?: AstRuleList
    sel: string
    tokens?: Token[]
    validSyntax?: boolean