Skip to main content

Interface: CssVarsResult

Defined in: adapters/toCssVars.ts:40

Return type of toCssVars().

Properties

cssVars

cssVars: Record<string, string | number>

Defined in: adapters/toCssVars.ts:42

Flat map of CSS custom property names → values.


selector

selector: string

Defined in: adapters/toCssVars.ts:44

The CSS selector used for scoping.


toCssString()

toCssString: () => string

Defined in: adapters/toCssVars.ts:46

Generates a complete CSS block string.

Returns

string