Shortlist / frontend /postcss.config.mjs
Eren-Sama
Initial commit — full-stack AI portfolio architect
53e1531
raw
history blame contribute delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;