Skip to content

Commit

Permalink
fix: storybook not building (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
creed-victor authored May 16, 2022
1 parent c2ff8dc commit b840341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const upgradePostCssLoaderEntry = entry => {
postcssOptions: {
ident: 'postcss',
plugins: [
require('postcss-import'),
require('postcss-nested'),
require('tailwindcss'),
require('autoprefixer'),
require('postcss-flexbugs-fixes'),
Expand Down

0 comments on commit b840341

Please sign in to comment.