Skip to content

Commit

Permalink
chore(*): replace htmlNoMin
Browse files Browse the repository at this point in the history
  • Loading branch information
DiyanDimitrov committed Nov 24, 2021
1 parent c1a37fc commit 7adc656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const themeProvider = (Story, context) => {
${theme.default}
</style>`;

return htmlNoMin`
return html`
${styles}
${Story()}
`;
Expand Down

0 comments on commit 7adc656

Please sign in to comment.