Skip to content

Function: definitionForCustomProperty()

ts
function definitionForCustomProperty(name, index): Location | undefined;

Defined in: packages/providers/src/index.ts:107

Definition of a custom property (its @property rule).

Parameters

name

string

index

CssDocIndex

Returns

Location | undefined

Released under the MIT License