We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802568a commit a78ed77Copy full SHA for a78ed77
packages/react/.storybook/main.ts
@@ -41,7 +41,7 @@ const config: StorybookConfig = {
41
...config.css,
42
modules: {
43
...config.css?.modules,
44
- generateScopedName: 'prc_[local]_[hash:base64:5]',
+ generateScopedName: 'prc-[folder]-[local]-[hash:base64:5]',
45
},
46
postcss: {
47
...config.css?.postcss,
0 commit comments