tailwind opacity issue
The utilization of "bg-primary/10" is not feasible in this case as it necessitates the inclusion of opacity using a comma separator, which is not supported by the Tailwind CSS framework out of the box.
Can you explain or provide an example?
Did you read the section about CSS variables: https://tailwindcss.com/docs/customizing-colors
Alpha values are missing legacy way works with hsl
I don't understand what seems to be the issue here, could you explain yourself a little better and maybe provide an example?
I have made pr for it you can check it out https://github.com/shadcn/ui/pull/561 the modern way is not working with tailwind css or guide me and help me out over here I would really appreciate it. It is my first PR for any open-source project 🚀