(text, options = {})
| 422 | } |
| 423 | |
| 424 | function parseCss(text, options = {}) { |
| 425 | return parseWithParser(postcssParse.default, text, options); |
| 426 | } |
| 427 | |
| 428 | function parseLess(text, options = {}) { |
| 429 | return parseWithParser( |
nothing calls this directly
no test coverage detected
searching dependent graphs…