Skip to content

Commit

Permalink
Ported Alert story
Browse files Browse the repository at this point in the history
The `Alert` story was ported from the old webui. In the process, sass
support was activated for the Storybook server. In addition,
`@primer/css` was installed (as a depency for the story).
  • Loading branch information
ThePhisch committed Feb 15, 2023
1 parent c9bfc86 commit 2af8efe
Show file tree
Hide file tree
Showing 6 changed files with 660 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .storybook/main.js
Expand Up @@ -6,7 +6,8 @@ module.exports = {
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions"
"@storybook/addon-interactions",
"@storybook/preset-scss"
],
"framework": "@storybook/react",
"core": {
Expand Down

0 comments on commit 2af8efe

Please sign in to comment.