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

    Interface MulToken

    Mul token

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    typ: Mul

    token type