MCPcopy Create free account
hub / github.com/bigcommerce/stencil-cli / processCss

Method processCss

lib/nodeSass/BaseFixer.js:11–14  ·  view source on GitHub ↗
(data, plugin)

Source from the content-addressed store, hash-verified

9 }
10
11 async processCss(data, plugin) {
12 const processor = postcss([plugin]);
13 return processor.process(data, { from: undefined, parser: postcssScss });
14 }
15
16 findImportedFile(file, originalFilePath) {
17 const originalDirname = path.dirname(originalFilePath);

Callers 6

runMethod · 0.80
runMethod · 0.80
getNesterImportFilesMethod · 0.80
runMethod · 0.80
runMethod · 0.80
guessVariableValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected