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

    Interface NameSpaceAttributeToken

    interface NameSpaceAttributeToken {
        l?: Token;
        loc?: Location;
        parent?: AstRuleList;
        r: Token;
        tokens?: Token[];
        typ: NameSpaceAttributeTokenType;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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