ai-chat / postcss.config.js
Hanzo Dev
Initial commit for ai-chat template
ed6db3d
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}