-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
needs triageInitial label given, to be assigned correct labels and assignedInitial label given, to be assigned correct labels and assigned
Description
By default Tailwind will not scan the components exported as part of the @rjsf/shadcn
theme using Vite
This can lead to confusion when migrating off other themes, especially for those who are new to Tailwind
The documenation should link to Tailwinds detecting source files documentation https://tailwindcss.com/docs/detecting-classes-in-source-files and have a line about including the src for a minimal setup
index.css
...
@source "../node_modules/@rjsf/shadcn/src";
....
tuanphung2308
Metadata
Metadata
Assignees
Labels
needs triageInitial label given, to be assigned correct labels and assignedInitial label given, to be assigned correct labels and assigned