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

    Interface AddToken

    Add token

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    typ: Add

    token type