Skip to main content

Interface: BundleCssVarsResult

Defined in: roots/toCssVars.ts:462

Return type of bundleToCssVars().

Properties

alternate?

optional alternate?: CssVarsResult

Defined in: roots/toCssVars.ts:466

CSS result for the alternate mode (diff-only vars). Undefined if no alternate.


base

base: CssVarsResult

Defined in: roots/toCssVars.ts:464

CSS result for the base mode (all vars).


toCssString

toCssString: () => string

Defined in: roots/toCssVars.ts:468

Generates a complete CSS string with base + alternate + coarse blocks.

Returns

string