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

    Interface AddToken

    Add token

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: Token[] | null

    prelude or selector tokens

    typ: Add

    token type