MCPcopy
hub / github.com/tailwindlabs/tailwindcss / getVariants

Function getVariants

packages/tailwindcss/src/design-system.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 return getClassList(this)
168 },
169 getVariants() {
170 return getVariants(this)
171 },
172
173 parseCandidate(candidate: string) {
174 return parsedCandidates.get(candidate)

Callers

nothing calls this directly

Calls 1

getVariantsFunction · 0.90

Tested by

no test coverage detected