Shumoku Docs

Search documentation

Shared docs and current release

Loading search…

日本語

@shumoku/core · 0.4.0 · function

getThemeFromCSS

Source

Get theme from CSS variables

getThemeFromCSS(root?: HTMLElement): Partial<Theme>

Parameters

Parameter Type Description Default
root HTMLElement No additional description. document.documentElement

Returns

Partial<Theme>

libs/@shumoku/core/src/themes/utils.ts:81