Skip to content

Commit a78ed77

Browse files
authored
chore: update CSS Module name generation for storybook (#5121)
1 parent 802568a commit a78ed77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/.storybook/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config: StorybookConfig = {
4141
...config.css,
4242
modules: {
4343
...config.css?.modules,
44-
generateScopedName: 'prc_[local]_[hash:base64:5]',
44+
generateScopedName: 'prc-[folder]-[local]-[hash:base64:5]',
4545
},
4646
postcss: {
4747
...config.css?.postcss,

0 commit comments

Comments
 (0)