Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tailwindlabs/tailwindcss
/ complex
Function
complex
packages/tailwindcss/src/selector-parser.ts:59–64 ·
view source on GitHub ↗
(nodes: SelectorAstNode[])
Source
from the content-addressed store, hash-verified
57
}
58
59
function
complex(nodes: SelectorAstNode[]): SelectorComplexNode {
60
return
{
61
kind:
'complex'
,
62
nodes,
63
}
64
}
65
66
function
compound(nodes: SelectorAstNode[]): SelectorCompoundNode {
67
return
{
Callers
2
current
Function · 0.85
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected