AIvoices/frontend-nextjs/postcss.config.js
2025-04-08 14:05:27 +01:00

6 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};