MCPcopy 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
142function parseCSS(cssSource: string) {
143 return parse(cssSource, StylesheetParser());
144}
145
146/////
147

Callers 1

Calls 2

parseFunction · 0.90
StylesheetParserFunction · 0.85

Tested by

no test coverage detected