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

Function list

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

Source from the content-addressed store, hash-verified

79}
80
81function list(nodes: SelectorAstNode[]): SelectorListNode {
82 return {
83 kind: 'list',
84 nodes,
85 }
86}
87
88function selector(value: string): SelectorNode {
89 return {

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected