(text, options = {})
| 436 | } |
| 437 | |
| 438 | function parseScss(text, options = {}) { |
| 439 | return parseWithParser(postcssScssParse, text, options); |
| 440 | } |
| 441 | |
| 442 | const postCssParser = { |
| 443 | astFormat: "postcss", |
nothing calls this directly
no test coverage detected
searching dependent graphs…