MCPcopy Create free account
hub / github.com/tailwindlabs/tailwindcss / compound

Function compound

packages/tailwindcss/src/selector-parser.ts:66–71  ·  view source on GitHub ↗
(nodes: SelectorAstNode[])

Source from the content-addressed store, hash-verified

64}
65
66function compound(nodes: SelectorAstNode[]): SelectorCompoundNode {
67 return {
68 kind: 'compound',
69 nodes,
70 }
71}
72
73function fun(value: string, nodes: SelectorAstNode[]): SelectorFunctionNode {
74 return {

Callers 2

currentFunction · 0.85
appendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected