MCPcopy Index your code
hub / github.com/prettier/prettier / parseCss

Function parseCss

src/language-css/parser-postcss.js:424–426  ·  view source on GitHub ↗
(text, options = {})

Source from the content-addressed store, hash-verified

422}
423
424function parseCss(text, options = {}) {
425 return parseWithParser(postcssParse.default, text, options);
426}
427
428function parseLess(text, options = {}) {
429 return parseWithParser(

Callers

nothing calls this directly

Calls 1

parseWithParserFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…