Skip to content

Commit

Permalink
Revert "fix storybook bug, use only postcss ^8 (#173)" (#180)
Browse files Browse the repository at this point in the history
This reverts commit 6691425.
  • Loading branch information
mitrotasios committed Nov 8, 2022
1 parent 6691425 commit d62d39b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ module.exports = {
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
{
name: '@storybook/addon-postcss',
options: {postcssLoaderOptions: {
implementation: require('postcss'),
},
},
},
"@storybook/addon-postcss"
],
"framework": "@storybook/react",
webpackFinal: async (config) => {
Expand All @@ -26,4 +20,4 @@ module.exports = {
config.resolve.alias = {}
return config;
},
}
}
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export const parameters = {
date: /Date$/,
},
},
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"eslint": "^8.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"postcss": "^8.4.18",
"postcss": "^8.4.12",
"react-dom": "^18.0.0",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^2.70.2",
"rollup-plugin-dts": "^4.2.1",
Expand Down

0 comments on commit d62d39b

Please sign in to comment.