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

    Interface ComposesSelectorToken

    Composes selector token

    interface ComposesSelectorToken {
        l: Token[];
        loc?: Location;
        parent?: any;
        r: Token | null;
        tokens?: Token[] | null;
        typ: ComposesSelectorTokenType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    l: Token[]
    loc?: Location

    location info

    parent?: any

    parent node

    r: Token | null
    tokens?: Token[] | null

    prelude or selector tokens

    typ: ComposesSelectorTokenType

    token type