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