Open Issues Need Help
View All on GitHubAI Summary: The task is to fix a problem in the documentation website for the Shadcn design kit. Specifically, the headings in the markdown files lack IDs, preventing easy linking. The solution likely involves configuring the markdown renderer (mdsvex) to automatically generate IDs for headings.
AI Summary: The task is to debug a Tailwind CSS configuration issue within a Svelte project using the Shadcn UI kit. The user is experiencing problems where their Tailwind configuration file (tailwind.config.js) isn't being recognized by the project, preventing the use of Tailwind classes. The solution likely involves verifying the correct file path and configuration within the Svelte project and ensuring it's properly integrated with the Shadcn UI kit.