Skip to content

Commit 6ec2bc6

Browse files
RobbertYolijn
authored andcommitted
config: disable unused Storybook PostCSS addon
We didn't use the addon, so this change prevents logging the deprecation warning. storybookjs/storybook#13669
1 parent f9ca504 commit 6ec2bc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.storybook/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
module.exports = {
22
stories: ['../__stories__/**/*stories.@(js|mdx)', '../src/**/*stories.@(js|mdx)'],
3+
features: {
4+
postcss: false,
5+
},
36
addons: [
47
'@storybook/addon-notes/register',
58
'@storybook/preset-scss',

0 commit comments

Comments
 (0)