Skip to content

pantoken / formats/css/src / ToCssOptions

Interface: ToCssOptions

Beta

Options for toCss.

Properties

scope?

optional scope?: string

Beta

The selector scoped declarations are emitted under (default ":root").


plugins?

optional plugins?: readonly PantokenPlugin[]

Beta

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