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

    Interface AttrToken

    Attribute token

    interface AttrToken {
        chi: Token[];
        loc?: Location;
        parent?: any;
        tokens?: null | Token[];
        typ: AttrTokenType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chi: Token[]
    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: null | Token[]

    prelude or selector tokens

    token type