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

    Interface ColorToken

    Color token

    interface ColorToken {
        cal?: "rel" | "mix";
        chi?: Token[];
        kin: ColorType;
        loc?: Location;
        parent?: any;
        tokens?: Token[] | null;
        typ: ColorTokenType;
        val: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cal?: "rel" | "mix"
    chi?: Token[]
    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: Token[] | null

    prelude or selector tokens

    token type

    val: string