Skip to content

Commit

Permalink
config: disable unused Storybook PostCSS addon
Browse files Browse the repository at this point in the history
We didn't use the addon, so this change prevents logging the deprecation warning.

storybookjs/storybook#13669
  • Loading branch information
Robbert committed May 3, 2021
1 parent 05e0396 commit 6924d60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
stories: ['../__stories__/**/*stories.@(js|mdx)', '../src/**/*stories.@(js|mdx)'],
features: {
postcss: false,
},
addons: [
'@storybook/addon-notes/register',
'@storybook/preset-scss',
Expand Down

0 comments on commit 6924d60

Please sign in to comment.