Skip to content

Function: completeCustomProperties()

ts
function completeCustomProperties(index): Completion[];

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

Completions for var(--…): the declared custom properties.

Parameters

index

CssDocIndex

Returns

Completion[]

Released under the MIT License