Skip to content

Commit 4ebec4c

Browse files
committed
chore: move postcss options to storybook config to avoid doc conflict
1 parent d4bf2ca commit 4ebec4c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.storybook/main.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ module.exports = {
66
options: {
77
postcssLoaderOptions: {
88
implementation: require('postcss'),
9+
postcssOptions: {
10+
plugins: {
11+
tailwindcss: {},
12+
autoprefixer: {},
13+
},
14+
},
915
},
1016
},
1117
},

postcss.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)