dograh/ui/postcss.config.mjs
Abhishek Kumar 4f2a629340 Initial Commit 🚀 🚀
2025-09-09 14:37:32 +05:30

5 lines
81 B
JavaScript

const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;