Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
function
list(nodes: SelectorAstNode[]): SelectorListNode {
82
return
{
83
kind:
'list'
,
84
nodes,
85
}
86
}
87
88
function
selector(value: string): SelectorNode {
89
return
{
Callers
1
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected