clinical-mind / frontend /postcss.config.js
arjitmat's picture
๐Ÿš€ Production-ready multi-agent medical simulation with major improvements
5683654
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};