Skip to content

Interface: PropertyUsage

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

A var(--name) custom-property reference.

Properties

fallback?

ts
optional fallback?: string;

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

The fallback in var(--name, fallback), when present.


loc?

ts
optional loc?: SourceSpan;

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


name

ts
name: string;

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

Released under the MIT License