shadcn
shadcn
@LucasHang I pushed a file input example with the latest update. What do you think? https://ui.shadcn.com/docs/components/input#file
@multiwebinc This is how Tailwind does CSS variables. See https://tailwindcss.com/docs/customizing-colors#using-css-variables See also my comment here: https://github.com/shadcn/ui/issues/199#issuecomment-1513596747
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
@multiwebinc Here's the error: ``` ./components/ui/navigation-menu.tsx Error: Invalid Tailwind CSS classnames order tailwindcss/classnames-order Error: Classnames bg-popover, bg-white are conflicting! tailwindcss/no-contradicting-classname ```
@multiwebinc Does this still apply? Or did we fix it in the latest iterations?
@multiwebinc Way ahead of ya! This is exactly what I'm working on right now :)
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
This is fixed now. Thank you.
I think this might be an issue with missing style for focus-visible. Let me see.
@davidnussio Here's the fix with `focus-visible`: https://user-images.githubusercontent.com/124599/235343146-938ca180-a99b-4325-8402-8ed39e77a0d4.mp4