We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 612575f + cdb3466 commit 8a33234Copy full SHA for 8a33234
1 file changed
index.js
@@ -28,7 +28,7 @@ module.exports = (options = { plugins: [] }) => ({
28
29
const css = await readFile(sourceFullPath);
30
31
- const result = postcss(options.plugins).process(css, {
+ const result = await postcss(options.plugins).process(css, {
32
from: sourceFullPath,
33
to: tmpFilePath,
34
});
0 commit comments