Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias FontPaletteValuesProperty
import { type FontPaletteValuesProperty } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A property within an @font-palette-values rule.

See FontPaletteValuesRule.

definition:
| { type: "font-family"; value: FontFamily; }
| { type: "base-palette"; value: BasePalette; }
| { type: "override-colors"; value: OverrideColors[]; }
| { type: "custom"; value: CustomProperty; }