Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ getClassList
Function
getClassList
packages/tailwindcss/src/design-system.ts:166–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
return
getClassOrder(this, classes)
165
},
166
getClassList() {
167
return
getClassList(this)
168
},
169
getVariants() {
170
return
getVariants(this)
171
},
Callers
nothing calls this directly
Calls
1
getClassList
Function · 0.90
Tested by
no test coverage detected