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 2fd62bf commit 6bf3955Copy full SHA for 6bf3955
index.js
@@ -46,6 +46,7 @@ module.exports = function (browserify, options) {
46
47
// custom scoped name generation
48
if (name === 'postcss-modules-scope') {
49
+ options[name] = options[name] || {};
50
options[name].generateScopedName = createScopedNameFunc(plugin);
51
}
52
0 commit comments