1
0
mirror of https://github.com/samanhappy/mcphub.git synced 2026-01-11 17:16:55 -05:00
Files
mcphub/frontend/postcss.config.js
2025-04-09 11:29:35 +08:00

7 lines
92 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};