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

Method get

packages/tailwindcss/src/variants.ts:153–155  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

151 }
152
153 get(name: string) {
154 return this.variants.get(name)
155 }
156
157 kind(name: string) {
158 return this.variants.get(name)?.kind!

Callers 6

kindMethod · 0.45
compoundsWithMethod · 0.45
getCompletionsMethod · 0.45
compareMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected