llm_recommendation_backend / frontend /postcss.config.js
github-actions
Sync from GitHub 2025-12-17T12:18:53Z
5a3b322
Raw
History Blame Contribute Delete
72 Bytes
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};