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

    Interface ColorToken

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

    Hierarchy (View Summary)

    Index

    Properties

    cal?: "rel" | "mix"
    chi?: Token[]
    loc?: Location
    parent?: AstRuleList
    tokens?: Token[]
    val: string
    validSyntax?: boolean