web_based_rag / frontend /postcss.config.js
yuvrajsingh6
feat: RAG system with OCR for Hugging Face Spaces
4d592a4
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}