Skip to content

Commit

Permalink
chore: update example to use local postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 19, 2021
1 parent 3d41e3f commit 7979383
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/html-kitchen-sink/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ module.exports = {
'@storybook/addon-jest',
'@storybook/addon-knobs',
'@storybook/addon-links',
'@storybook/addon-postcss',
{
name: '@storybook/addon-postcss',
options: {
// eslint-disable-next-line global-require
postcss: require('postcss'),
},
},
'@storybook/addon-storysource',
'@storybook/addon-viewport',
],
Expand Down

0 comments on commit 7979383

Please sign in to comment.