@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias CssMetaInfo

    Metatada info for CSS support.

    type CssMetaInfo = {
        legacy: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    legacy: boolean

    Whether the CSS color syntax is legacy. E.g.:

    • Legacy: name(c1 c2 c3 / alpha)
    • New: color(name c1 c2 c3 / alpha)
    name: string

    The color space name in CSS.