MediSim / web_app_pro /frontend /postcss.config.js
shadowsilence's picture
Clean re-upload from local project
37d26f1 verified
raw
history blame contribute delete
92 Bytes
export default {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
};