Skip to content

pantoken / formats/css/src / ToCssOptions

接口: ToCssOptions

Beta

用于 toCss 的选项。

属性

scope?

optional scope?: string

Beta

选择器作用域的声明将输出到(默认:":root")。


plugins?

optional plugins?: readonly PantokenPlugin[]

Beta

css 钩子在基础 CSS 构建完成后运行的插件(默认:无)。