Skip to content

Commit

Permalink
fix normal .css file that were not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Apr 24, 2024
1 parent f71c97b commit 1fbe8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const storybookConfig: StorybookConfig = {
...previousOptions,
modules: {
...((typeof previousOptions?.modules === "string" ? { mode: previousOptions?.modules } : previousOptions?.modules)),
auto: true,
localIdentName: "[local]___[hash:base64:5]"
}
};
Expand Down

0 comments on commit 1fbe8ce

Please sign in to comment.