Skip to content

Commit

Permalink
fix(design-system): fix storybook setup (#4234)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Sep 29, 2022
1 parent a381729 commit 43dc8e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/design-system/.storybook/storybook.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@use "./fonts.scss";

@use "~/theme/src/base.scss" with (
@use "~/src/css/base.scss" with (
$font-path: '~element-ui/lib/theme-chalk/fonts',
);

@use "~/theme/src/reset.scss";
@use "~/theme/src/index.scss";
@use "~/src/css/reset.scss";
@use "~/src/css/index.scss";

.multi-container > * {
margin-bottom: 10px;
Expand Down

0 comments on commit 43dc8e6

Please sign in to comment.