mailbox/frontend/postcss.config.js
2025-12-16 08:18:15 +09:00

6 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};