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 74deeb7 commit b62ee83Copy full SHA for b62ee83
index.js
@@ -233,6 +233,11 @@ module.exports = function (content) {
233
234
opt.importer = getWebpackImporter();
235
236
+ // functions can't be set in query, load from sassLoader section in webpack options
237
+ if (this.options.sassLoader) {
238
+ opt.functions = this.options.sassLoader.functions;
239
+ }
240
+
241
// start the actual rendering
242
if (isSync) {
243
try {
0 commit comments