Skip to content

Commit

Permalink
Import storybook-css-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ReihaneB committed Feb 14, 2024
1 parent 2ca2838 commit 2d66844
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const config: StorybookConfig = {
"@storybook/addon-a11y",
"storybook-addon-pseudo-states",
"@storybook/addon-viewport",
"storybook-css-modules",
],
framework: {
name: "@storybook/nextjs",
Expand Down
16 changes: 15 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"dependencies": {
"next": "14.1.0",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"storybook-css-modules": "^1.0.8"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.11.0",
Expand Down

0 comments on commit 2d66844

Please sign in to comment.