RAG_Backend / frontend /postcss.config.js
Madhesh4124's picture
chore: scaffold frontend with Vite, React, Tailwind
4af5251
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}