Skip to content

Function: cssCustomData()

ts
function cssCustomData(index): CssCustomData;

Defined in: generators/vscode-custom-data/src/index.ts:40

Build the css.customData document: the declared custom properties.

Parameters

index

CssDocIndex

Returns

CssCustomData

Released under the MIT License