Skip to content

Commit 7979383

Browse files
committed
chore: update example to use local postcss
1 parent 3d41e3f commit 7979383

File tree

1 file changed

+7
-1
lines changed
  • examples/html-kitchen-sink/.storybook

1 file changed

+7
-1
lines changed

examples/html-kitchen-sink/.storybook/main.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ module.exports = {
1212
'@storybook/addon-jest',
1313
'@storybook/addon-knobs',
1414
'@storybook/addon-links',
15-
'@storybook/addon-postcss',
15+
{
16+
name: '@storybook/addon-postcss',
17+
options: {
18+
// eslint-disable-next-line global-require
19+
postcss: require('postcss'),
20+
},
21+
},
1622
'@storybook/addon-storysource',
1723
'@storybook/addon-viewport',
1824
],

0 commit comments

Comments
 (0)