opsinjs

TokenFormat

The formats the `/tokens` and `/colors` browsers can copy a value in.

How this is generated

Source: lib/tokens.ts. Script: scripts/build-reference.mts. Command: pnpm run generate.

Everything below is copied from the symbol, so a page is improved by improving its doc comment. The API index says why there is a page per symbol and what these pages still do not carry.

TokenFormat

The formats the /tokens and /colors browsers can copy a value in.

KindDeclared in
typelib/tokens.ts
export type TokenFormat = "oklch" | "display-p3" | "hex" | "var" | "class"

On this page