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

    Interface AttrEndToken

    interface AttrEndToken {
        loc?: Location;
        parent?: AstRuleList;
        tokens?: Token[];
        typ: AttrEndTokenType;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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