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

    Interface AtRuleToken

    interface AtRuleToken {
        loc?: Location;
        parent?: AstRuleList;
        pre: string;
        tokens?: Token[];
        typ: AtRuleTokenType;
        val: string;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location
    parent?: AstRuleList
    pre: string
    tokens?: Token[]
    val: string
    validSyntax?: boolean