chat-ui / postcss.config.js
coyotte508
🚨 Run prettier
640dc14
Raw
History Blame Contribute Delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};