Reproduction
Add tailwind prefix to components.json file and use shadcn-vue CLI to add the Dialog component.
Describe the bug
After adding the Tailwind prefix to the configuration, I noticed that the prefix is misapplied to negative values.
For example in the DialogContent component:
https://github.com/unovue/shadcn-vue/blob/dev/apps/www/src/registry/new-york/ui/dialog/DialogContent.vue#L36
Results in tw--translate-x-1/2 tw--translate-y-1/2 instead of -tw-translate-x-1/2 -tw-translate-y-1/2
https://v3.tailwindcss.com/docs/configuration#prefix
System Info
Contributes
Reproduction
Add tailwind prefix to components.json file and use shadcn-vue CLI to add the Dialog component.
Describe the bug
After adding the Tailwind prefix to the configuration, I noticed that the prefix is misapplied to negative values.
For example in the DialogContent component:
https://github.com/unovue/shadcn-vue/blob/dev/apps/www/src/registry/new-york/ui/dialog/DialogContent.vue#L36
Results in
tw--translate-x-1/2 tw--translate-y-1/2instead of-tw-translate-x-1/2 -tw-translate-y-1/2https://v3.tailwindcss.com/docs/configuration#prefix
System Info
Contributes