Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ separator
Function
separator
packages/tailwindcss/src/value-parser.ts:34–39 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
32
}
33
34
function
separator(value: string): ValueSeparatorNode {
35
return
{
36
kind:
'separator'
,
37
value,
38
}
39
}
40
41
export
function
toCss(ast: ValueAstNode[]) {
42
let
css =
''
Callers
1
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected