Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ parseCSS
Function
parseCSS
src/tailwindcss.test.ts:142–144 ·
view source on GitHub ↗
(cssSource: string)
Source
from the content-addressed store, hash-verified
140
}
141
142
function
parseCSS(cssSource: string) {
143
return
parse(cssSource, StylesheetParser());
144
}
145
146
/////
147
Callers
1
tailwindcss.test.ts
File · 0.85
Calls
2
parse
Function · 0.90
StylesheetParser
Function · 0.85
Tested by
no test coverage detected