pantoken / packages/core/src / CssContribution
Interface: CssContribution
Beta
A CSS contribution a plugin can return from its css hook.
Properties
prepend?
optionalprepend?:string
Beta
Raw CSS emitted before the generated base.
append?
optionalappend?:string
Beta
Raw CSS emitted after the generated base.
properties?
optionalproperties?:PropertyRule[]
Beta
Typed @property registrations to add.
declarations?
optionaldeclarations?: [string,string][]
Beta
Scoped --var: value declarations to add.
marker?
optionalmarker?:string
Beta
A data-* marker for the emitted block, for debugging.