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

Method kind

packages/tailwindcss/src/variants.ts:157–159  ·  packages/tailwindcss/src/variants.ts::Variants.kind
(name: string)

Source from the content-addressed store, hash-verified

155 }
156
157 kind(name: string) {
158 return this.variants.get(name)?.kind!
159 }
160
161 compoundsWith(parent: string, child: string | Variant) {
162 let parentInfo = this.variants.get(parent)

Callers 1

parseVariantFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected