mirror of
https://github.com/henry4682/fin_buddy_fe.git
synced 2026-07-16 01:30:00 +00:00
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {}, // 👈 注意這裡改成了 @tailwindcss/postcss
|
|
autoprefixer: {},
|
|
},
|
|
} |