Skip to content

Commit 47e9814

Browse files
authored
feat: support sass-embedded implementation (#1152)
1 parent ecb7f2f commit 47e9814

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils.js

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ function getSassImplementation(loaderContext, implementation) {
8585
);
8686
}
8787

88+
// eslint-disable-next-line consistent-return
89+
return resolvedImplementation;
90+
} else if (implementationName === "sass-embedded") {
8891
// eslint-disable-next-line consistent-return
8992
return resolvedImplementation;
9093
}

0 commit comments

Comments
 (0)