/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", ], plugins: [ // Note: Tailwind v4 has built-in support for forms and typography // These plugins are kept for compatibility ], }