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

Function fun

packages/tailwindcss/src/selector-parser.ts:73–79  ·  view source on GitHub ↗
(value: string, nodes: SelectorAstNode[])

Source from the content-addressed store, hash-verified

71}
72
73function fun(value: string, nodes: SelectorAstNode[]): SelectorFunctionNode {
74 return {
75 kind: 'function',
76 value,
77 nodes,
78 }
79}
80
81function list(nodes: SelectorAstNode[]): SelectorListNode {
82 return {

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected