Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tailwindlabs/tailwindcss
/ selector
Function
selector
packages/tailwindcss/src/selector-parser.ts:88–93 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
86
}
87
88
function
selector(value: string): SelectorNode {
89
return
{
90
kind:
'selector'
,
91
value,
92
}
93
}
94
95
function
value(value: string): SelectorValueNode {
96
return
{
Callers
1
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected