frontend_chat/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-09-11 09:18:12 +07:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}