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

    Interface AttrStartToken

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

    Hierarchy (View Summary)

    Index

    Properties

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