We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986084e commit 3b19c1eCopy full SHA for 3b19c1e
lib/styleProcessors/index.ts
@@ -74,7 +74,7 @@ const less = {
74
let error: Error | null = null
75
nodeLess.render(
76
source,
77
- { syncImport: true },
+ Object.assign({}, options, { syncImport: true }),
78
(err: Error | null, output: any) => {
79
error = err
80
result = output
0 commit comments