SEPSIS_ICU_MIMIC / frontend /postcss.config.mjs
Expanic
Update code
1eb43b0
Raw
History Blame Contribute Delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;