Saltar al contenido principal

Function: buildThemeVariables()

buildThemeVariables(theme, mode, parents?): Record<string, string>

Defined in: apply.ts:21

Build the CSS variables for a theme in a mode, resolving inheritance.

Parameters

theme

ThemeManifest

mode

ThemeMode

parents?

readonly ThemeManifest[] = []

Returns

Record<string, string>