Skip to content

Commit

Permalink
🪟 🐛 Load global CSS in storybook (#18353)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephkmh authored Oct 24, 2022
1 parent 51cfebc commit 3524a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airbyte-webapp/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { addDecorator } from "@storybook/react";

import { withProviders } from "./withProvider";

import "!style-loader!css-loader!sass-loader!../public/index.css";

addDecorator(withProviders);

export const parameters = {};

0 comments on commit 3524a8a

Please sign in to comment.