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

    Interface DescendantCombinatorToken

    Descendant combinator token

    interface DescendantCombinatorToken {
        loc?: Location;
        parent?: any;
        tokens?: null | Token[];
        typ: DescendantCombinatorTokenType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    token type