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

    Interface ChildCombinatorToken

    Child combinator token

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: Token[] | null

    prelude or selector tokens

    token type