Skip to content

Commit

Permalink
fix: silence postcss deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Sep 10, 2021
1 parent 7817d2a commit 1900e10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.js
@@ -1,4 +1,7 @@
module.exports = {
features: {
postcss: false,
},
"stories": [
"../src/js/**/*.stories.mdx",
"../src/js/**/*.stories.tsx"
Expand Down

0 comments on commit 1900e10

Please sign in to comment.