@shumoku/core · 0.4.0 · function
applyThemeToCSS
Apply theme to CSS variables
applyThemeToCSS(theme: Theme, root?: HTMLElement): void Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
theme | Theme | No additional description. | — |
root | HTMLElement | No additional description. | document.documentElement |
Returns
void