diff --git a/lib/styleProcessors/index.ts b/lib/styleProcessors/index.ts index b8f6a15..b458c52 100644 --- a/lib/styleProcessors/index.ts +++ b/lib/styleProcessors/index.ts @@ -74,7 +74,7 @@ const less = { let error: Error | null = null nodeLess.render( source, - { syncImport: true }, + Object.assign({}, options, { syncImport: true }), (err: Error | null, output: any) => { error = err result = output