Skip to content

pantoken / packages/core/src / CssContribution

インターフェース: CssContribution

ベータ

プラグインがcssフックから返せるCSSの寄与。

プロパティ

prepend?

optional prepend?: string

ベータ

生成されたベースの前に出力される生のCSS。


append?

optional append?: string

ベータ

生成されたベースの後に出力される生のCSS。


properties?

optional properties?: PropertyRule[]

ベータ

追加する型付きの@property登録。


declarations?

optional declarations?: [string, string][]

ベータ

追加するスコープ付きの--var: value宣言。


marker?

optional marker?: string

ベータ

デバッグ用の、出力ブロックに付けるdata-*マーカー。