Skip to content

Commit

Permalink
add web.css to storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokritik committed Dec 9, 2024
1 parent 386f271 commit 7ed3d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import type { Preview } from "@storybook/react";
import "@radix-ui/themes/styles.css";
import "../src/lib/render/web.css";

import { initialize, mswLoader } from "msw-storybook-addon";

initialize();
Expand Down

0 comments on commit 7ed3d53

Please sign in to comment.