VidSimplify / frontend /postcss.config.mjs
Adityahulk
Restoring repo state for deployment
6fc3143
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;