We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118253e commit c464523Copy full SHA for c464523
src/sass-loader.js
@@ -19,7 +19,7 @@ const getUrlOfPartial = url => {
19
const resolvePromise = pify(resolve)
20
21
// List of supported SASS modules in the order of preference
22
-const sassModuleIds = ['node-sass', 'sass']
+const sassModuleIds = ['sass', 'node-sass']
23
24
/* eslint import/no-anonymous-default-export: [2, {"allowObject": true}] */
25
export default {
0 commit comments