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

    Interface SubToken

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

    Hierarchy (View Summary)

    Index

    Properties

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