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-* 마커.