pantoken / formats/css/src / ToCssOptions
Interface: ToCssOptions
Beta
Options for toCss.
Properties
scope?
optionalscope?:string
Beta
The selector scoped declarations are emitted under (default ":root").
plugins?
optionalplugins?: readonlyPantokenPlugin[]
Beta
Plugins whose css hooks run after the base CSS is built (default: none).