Tailwind dark:{class} does not execute custom classes.
Hi, I have this weird thing and I can't find anything about it, but dark:text-white for example works great but when I do: dark:myCustomClass, it does not work. But when I put my myCustomClass on a div without "dark:" infront of it, it works fine. Am I missing something?
My tailwind.config.js contains darkMode: 'class' . besides that I don't see any other requirements.
What can I do to fix this? Did I miss something in the docs about custom classes?