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 84b4321 commit 2fd62bfCopy full SHA for 2fd62bf
index.js
@@ -10,7 +10,7 @@ var stringHash = require('string-hash');
10
Custom `generateScopedName` function for `postcss-modules-scope`.
11
Appends a hash of the css source.
12
*/
13
-function createNameFunc (plugin) {
+function createScopedNameFunc (plugin) {
14
var orig = plugin.generateScopedName;
15
return function (name, path, css) {
16
var hash = stringHash(css).toString(36).substr(0, 5);
0 commit comments