RAG_Chatbot / frontend /postcss.config.mjs
senlinyy's picture
feat: completed initial dev
4b81334
Raw
History Blame Contribute Delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};