Skip to content

Commit 0c0e33c

Browse files
authored
pass generateScopedName to postcss-icss-selectors
1 parent bd6bba5 commit 0c0e33c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ module.exports = function setupHook({
6161
const plugins = use || [
6262
...prepend,
6363
Values,
64-
mode
65-
? new LocalByDefault({mode})
66-
: LocalByDefault,
64+
new LocalByDefault({mode, generateScopedName: scopedName})
6765
createImportedName
6866
? new ExtractImports({createImportedName})
6967
: ExtractImports,

0 commit comments

Comments
 (0)