Skip to content

pantoken-root / formats/css/src / MultiScopeCssOptions

インターフェース: MultiScopeCssOptions ​

ベータ

toCss のオプション。

拡張 ​

プロパティ ​

includeIcons? ​

optional includeIcons?: boolean

ベータ

--instui-* レイヤーのソースとなるテーマ (デフォルト "rebrand")。

継承元 ​

ScopedCssOptions.includeIcons


plugins? ​

optional plugins?: readonly PantokenPlugin[]

ベータ

ベースの CSS が構築された後に css フックが実行されるプラグイン(デフォルト: なし)。

継承元 ​

ScopedCssOptions.plugins


themes ​

themes: readonly Theme[]

ベータ

スコープブロックを出力するテーマ一覧。


defaultTheme ​

defaultTheme: Theme

ベータ

既製の rebrand スタイルシート文字列(型指定: 具象トークンを @property 登録として)。


schemes? ​

optional schemes?: boolean

ベータ

ライト/ダークの color-scheme ピンを含める(デフォルトは true; 詳細は schemesCss を参照)。