Skip to content

pantoken-root / formats/css/src / MultiScopeCssOptions

Interface: MultiScopeCssOptions ​

Beta

Options for multiScopeCss.

Extends ​

Properties ​

includeIcons? ​

optional includeIcons?: boolean

Beta

Drop the --instui-icon-* glyph tokens (default false).

Inherited from ​

ScopedCssOptions.includeIcons


plugins? ​

optional plugins?: readonly PantokenPlugin[]

Beta

Plugins whose css hooks run after the base CSS is built.

Inherited from ​

ScopedCssOptions.plugins


themes ​

themes: readonly Theme[]

Beta

Themes to emit scope blocks for.


defaultTheme ​

defaultTheme: Theme

Beta

The theme whose concrete tokens back the one-time @property registrations.


schemes? ​

optional schemes?: boolean

Beta

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