chat-flow/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2025-07-29 08:45:22 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};