Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ has
Method
has
packages/tailwindcss/src/variants.ts:149–151 · packages/tailwindcss/src/variants.ts::Variants.has
(name: string)
Source
from the content-addressed store, hash-verified
147
}
148
149
has(name: string) {
150
return
this.variants.has(name)
151
}
152
153
get(name: string) {
154
return
this.variants.get(name)
Callers
15
report
Method · 0.45
traceDependencies
Function · 0.45
build
Function · 0.45
compileAst
Function · 0.45
build
Function · 0.45
ast.test.ts
File · 0.45
#resolveKey
Method · 0.45
transform
Function · 0.45
optimizeAst
Function · 0.45
isVariableUsed
Function · 0.45
parseCandidate
Function · 0.45
parseVariant
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected