Skip to content

Commit

Permalink
Merge branch 'main' of github.com:carbon-design-system/carbon into re…
Browse files Browse the repository at this point in the history
…lease/v10.55.0-rc.0
  • Loading branch information
tay1orjones committed Mar 8, 2022
2 parents 0e330f4 + 027d7cf commit 4cb0cf9
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 4cb0cf9

Please sign in to comment.