chat-v3 / chat-ui /postcss.config.js
Матенков Андрей
Chat moved from github
39a2f10
raw
history blame contribute delete
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};