Skip to content

pantoken-root / formats/css/src / MultiScopeCssOptions

Interface: MultiScopeCssOptions ​

Beta

Options for toCss.

Extends ​

Properties ​

includeIcons? ​

optional includeIcons?: boolean

Beta

Theme to source the --instui-* layer from (default "rebrand").

Inherited from ​

ScopedCssOptions.includeIcons


plugins? ​

optional plugins?: readonly PantokenPlugin[]

Beta

Plugins whose css hooks run after the base CSS is built (default: none).

Inherited from ​

ScopedCssOptions.plugins


themes ​

themes: readonly Theme[]

Beta

Themes to emit scope blocks for.


defaultTheme ​

defaultTheme: Theme

Beta

The ready-made rebrand stylesheet string (typed: concrete tokens as @property registrations).


schemes? ​

optional schemes?: boolean

Beta

Include the light/dark color-scheme pins (default true; see schemesCss).