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

    Interface AstInvalidAtRule

    invalid at rule node

    interface AstInvalidAtRule {
        chi?: any[];
        loc?: Location;
        nam: string;
        parent?: any;
        tokens?: Token[] | null;
        typ: InvalidAtRuleTokenType;
        val: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chi?: any[]
    loc?: Location

    location info

    nam: string
    parent?: any

    parent node

    tokens?: Token[] | null

    prelude or selector tokens

    token type

    val: string