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