Skip to content

Commit

Permalink
build: switch from dist/ to src/ import for hot reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jul 11, 2021
1 parent 7e3a9c6 commit 9c39292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook/.storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '@utrecht/design-tokens/dist/index.css';
import '@utrecht/design-tokens/dist/custom.css';
import '@utrecht/design-tokens/src/custom.scss';
import '../../../components/document/bem.css';

import React from 'react';
Expand Down

0 comments on commit 9c39292

Please sign in to comment.