Skip to content

Function: definitionForClass()

ts
function definitionForClass(
   base, 
   token, 
   index): Location | undefined;

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

Definition of a class token: the modifier's rule, else the component's.

Parameters

base

string

token

string

index

CssDocIndex

Returns

Location | undefined

Released under the MIT License