Replies: 1 comment
|
This is Tailwind rather than Bits UI. The example styles use @import "tailwindcss";
@custom-variant dark (&:where(.dark, .dark *));With that in place the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a wrapper class with
darkclass and I'm trying to use the Select component, Specifically the reusable one https://bits-ui.com/docs/components/select#reusable-components with styles from the main example, but only the light mode styles work. No matter what I do the dark mode styles do not apply.I have minimal experience with tailwind so idk its quirks.
All reactions