agents / frontend /postcss.config.js
rain1024's picture
Initial commit: RAG Agent chat UI for Vietnamese law
0fb0b85
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};