We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54b7f4 commit cf6a212Copy full SHA for cf6a212
1 file changed
packages/nx-infra-plugin/src/executors/scss-build/executor.ts
@@ -197,7 +197,7 @@ async function compileFile(
197
});
198
199
const postcssFactory = (deps.postcss as unknown as { default?: any }).default || deps.postcss;
200
- const prefixed = await postcssFactory([deps.autoprefixer()]).process(compiled.css, {
+ const prefixed = await postcssFactory([deps.autoprefixer()]).process(compiled.css, {
201
from: sourceFile,
202
203
0 commit comments