Replies: 3 comments 3 replies
-
I was unable to replicate the behavior in this Tailwind Play which would suggest it is something particular to your project. Consider providing a project that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
-
Here it is: https://github.com/voidcontests/frontend/tree/tailwind/v4 Or may be you have any ideas, why this can be a case? |
Beta Was this translation helpful? Give feedback.
-
I met this thing here, for greater accuracy https://github.com/voidcontests/frontend/blob/tailwind/v4/src/components/ton-connect/button.tsx#L46 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my case, I have dark mode setting:
@custom-variant dark (&:is(.dark *));
, and it works perfectlyBut i noticed that when im applying default styles, like
bg-blue-500
, they are applying only for light theme, and when Im toggling dark one, they are not visible. So i have to do things likebg-blue-500 dark:bg-blue-500
Beta Was this translation helpful? Give feedback.
All reactions