Skip to content

Commit cf6a212

Browse files
fix lint
1 parent d54b7f4 commit cf6a212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/nx-infra-plugin/src/executors/scss-build

packages/nx-infra-plugin/src/executors/scss-build/executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async function compileFile(
197197
});
198198

199199
const postcssFactory = (deps.postcss as unknown as { default?: any }).default || deps.postcss;
200-
const prefixed = await postcssFactory([deps.autoprefixer()]).process(compiled.css, {
200+
const prefixed = await postcssFactory([deps.autoprefixer()]).process(compiled.css, {
201201
from: sourceFile,
202202
});
203203

0 commit comments

Comments
 (0)