Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
kind
Method · 0.45
compoundsWith
Method · 0.45
getCompletions
Method · 0.45
compare
Method · 0.45
set
Method · 0.45
compareBreakpointVariants
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected