mcp-client / Projects /LeaseGuard /postcss.config.mjs
Raj718's picture
feat: Complete Task 1 - Environment Setup & Security Hardening
4e39be7
raw
history blame contribute delete
81 Bytes
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;