Skip to content

Function: definitionForFunction()

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

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

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

Parameters

name

string

index

CssDocIndex

Returns

Location | undefined

Released under the MIT License