ChronicleNext / frontend /postcss.config.mjs
topguy's picture
Migrate to Next.js & FastAPI Architecture with Premium UI
4eef090
Raw
History Blame Contribute Delete
94 Bytes
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;