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 ecb7f2f commit 47e9814Copy full SHA for 47e9814
src/utils.js
@@ -85,6 +85,9 @@ function getSassImplementation(loaderContext, implementation) {
85
);
86
}
87
88
+ // eslint-disable-next-line consistent-return
89
+ return resolvedImplementation;
90
+ } else if (implementationName === "sass-embedded") {
91
// eslint-disable-next-line consistent-return
92
return resolvedImplementation;
93
0 commit comments