Skip to main content

Interface: BundleCssVarsResult

Defined in: roots/toCssVars.ts:412

Return type of bundleToCssVars().

Properties

alternate?

optional alternate?: CssVarsResult

Defined in: roots/toCssVars.ts:416

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


base

base: CssVarsResult

Defined in: roots/toCssVars.ts:414

CSS result for the base mode (all vars).


toCssString

toCssString: () => string

Defined in: roots/toCssVars.ts:418

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

Returns

string