Skip to content

Commit

Permalink
chore: update CSS Module name generation for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Oct 14, 2024
1 parent 802568a commit a315c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const config: StorybookConfig = {
...config.css,
modules: {
...config.css?.modules,
generateScopedName: 'prc_[local]_[hash:base64:5]',
generateScopedName: 'prc-[folder]-[local]-[hash:base64:5]',
},
postcss: {
...config.css?.postcss,
Expand Down

0 comments on commit a315c48

Please sign in to comment.