Skip to content

pantoken / packages/model/src / CssContribution

介面: CssContribution

Beta(測試)

插件可從其 css 鉤子返回的 CSS 貢獻。

屬性

prepend?

optional prepend?: string

Beta(測試)

在生成的 base 之前輸出的原始 CSS。


append?

optional append?: string

Beta(測試)

在生成的 base 之後輸出的原始 CSS。


properties?

optional properties?: PropertyRule[]

Beta(測試)

要新增的已型別化 @property 註冊。


declarations?

optional declarations?: [string, string][]

Beta(測試)

要新增的作用域限定的 --var: value 宣告。


marker?

optional marker?: string

Beta(測試)

用於輸出區塊的 data-* 標記,供除錯使用。