Type Alias CSSMathOperator

CSSMathOperator:
    | "clamp"
    | "invert"
    | "max"
    | "min"
    | "negate"
    | "product"
    | "sum"