MCPcopy
hub / github.com/tailwindlabs/tailwindcss / fun

Function fun

packages/tailwindcss/src/value-parser.ts:26–32  ·  view source on GitHub ↗
(value: string, nodes: ValueAstNode[])

Source from the content-addressed store, hash-verified

24}
25
26function fun(value: string, nodes: ValueAstNode[]): ValueFunctionNode {
27 return {
28 kind: 'function',
29 value: value,
30 nodes,
31 }
32}
33
34function separator(value: string): ValueSeparatorNode {
35 return {

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected