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

    Interface NestingSelectorToken

    Nesting selector token

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    token type