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

    Interface SubsequentCombinatorToken

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

    Hierarchy (View Summary)

    Index

    Properties

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