MCPcopy 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
59function complex(nodes: SelectorAstNode[]): SelectorComplexNode {
60 return {
61 kind: 'complex',
62 nodes,
63 }
64}
65
66function compound(nodes: SelectorAstNode[]): SelectorCompoundNode {
67 return {

Callers 2

currentFunction · 0.85
parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected