Skip to content

pantoken-root / formats/css/src / MultiScopeCssOptions

介面: MultiScopeCssOptions ​

Beta(測試)

提供給 toCss 的選項。

擴充自 ​

屬性 ​

includeIcons? ​

optional includeIcons?: boolean

Beta(測試)

要從中取用 --instui-* 層的主題(預設為 "rebrand")。

繼承自 ​

ScopedCssOptions.includeIcons


plugins? ​

optional plugins?: readonly PantokenPlugin[]

Beta(測試)

其 css 鉤子在基底 CSS 建構之後執行的外掛(預設:無)。

繼承自 ​

ScopedCssOptions.plugins


themes ​

themes: readonly Theme[]

Beta(測試)

要為其輸出作用域區塊的主題清單。


defaultTheme ​

defaultTheme: Theme

Beta(測試)

現成的 rebrand 樣式表字串(已類型化:將具體的代幣作為 @property 註冊)。


schemes? ​

optional schemes?: boolean

Beta(測試)

包含淺/深色的 color-scheme 錨定(預設為 true;參見 schemesCss))。