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

    Interface AttrToken

    interface AttrToken {
        chi: Token[];
        loc?: Location;
        parent?: AstRuleList;
        tokens?: Token[];
        typ: AttrTokenType;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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