We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ffb68 commit 095814eCopy full SHA for 095814e
src/utils.js
@@ -226,12 +226,9 @@ async function getSassOptions(
226
}
227
228
options.importers = options.importers
229
- ? proxyCustomImporters(
230
- Array.isArray(options.importers)
231
- ? options.importers
232
- : [options.importers],
233
- loaderContext
234
- )
+ ? Array.isArray(options.importers)
+ ? options.importers
+ : [options.importers]
235
: [];
236
} else {
237
options.file = resourcePath;
0 commit comments