Skip to content

Commit

Permalink
chore(storybook): update fast-sass-loader path (#10936)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Mar 8, 2022
1 parent a9f2e44 commit 0a99ca1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/react/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ module.exports = {
);
`,
implementation: require('sass'),
includePaths: [path.resolve(__dirname, '..', '..', 'node_modules')],
includePaths: [
path.resolve(__dirname, '..', 'node_modules'),
path.resolve(__dirname, '..', '..', '..', 'node_modules'),
],
sourceMap: true,
},
};
Expand Down

0 comments on commit 0a99ca1

Please sign in to comment.