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

    Interface AddToken

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

    Hierarchy (View Summary)

    Index

    Properties

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