chat-ui / postcss.config.js
coyotte508
A new start
fc69895
raw
history blame contribute delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};