Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn320 committed Jul 11, 2023
1 parent 7e6daa1 commit a29bb57
Show file tree
Hide file tree
Showing 4 changed files with 1,416 additions and 3,998 deletions.
9 changes: 8 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ module.exports = {
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-postcss",
"@storybook/addon-a11y",
"@whitespace/storybook-addon-html",
"@storybook/addon-mdx-gfm",
{
name: "@storybook/addon-styling",
options: {
postCss: {
implementation: require("postcss"),
},
},
},
],
staticDirs: ["../src/assets"],
typescript: {
Expand Down
Loading

0 comments on commit a29bb57

Please sign in to comment.