Skip to main content

Interface: BundleCssVarsResult

Defined in: roots/toCssVars.ts:405

Return type of bundleToCssVars().

Properties

alternate?

optional alternate?: CssVarsResult

Defined in: roots/toCssVars.ts:409

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


base

base: CssVarsResult

Defined in: roots/toCssVars.ts:407

CSS result for the base mode (all vars).


toCssString

toCssString: () => string

Defined in: roots/toCssVars.ts:411

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

Returns

string