// ── PostCSS Config ───────────────────────────────────────────────── // Tailwind CSS v4 + Autoprefixer for cross-browser vendor prefixes. // Minimal — both plugins run with defaults. const config = { plugins: { tailwindcss: {}, autoprefixer: {}, }, } export default config