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

Function combinator

packages/tailwindcss/src/selector-parser.ts:52–57  ·  view source on GitHub ↗
(value: Combinator)

Source from the content-addressed store, hash-verified

50 | SelectorValueNode
51
52function combinator(value: Combinator): SelectorCombinatorNode {
53 return {
54 kind: 'combinator',
55 value,
56 }
57}
58
59function complex(nodes: SelectorAstNode[]): SelectorComplexNode {
60 return {

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected