Skip to content

Interface: CssValueSites

Defined in: packages/index/src/index.ts:81

The value sites a stylesheet contains: custom-property assignments and var(--…) references.

Properties

assignments

ts
assignments: PropertyAssignment[];

Defined in: packages/index/src/index.ts:82


usages

ts
usages: PropertyUsage[];

Defined in: packages/index/src/index.ts:83

Released under the MIT License