deepreads / frontend /postcss.config.js
yash-b18
feat: Next.js 14 frontend — RecoIQ app with persona selector, item picker, model toggle, comparison view, and SHAP explanations
f6d269d
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};