Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ nextOrder
Method
nextOrder
packages/tailwindcss/src/variants.ts:315–317 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
}
314
315
private nextOrder() {
316
return
this.groupOrder ?? this.lastOrder + 1
317
}
318
}
319
320
export
function
compoundsForSelectors(selectors: string[]) {
Callers
2
group
Method · 0.95
set
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected