Replies: 1 comment
-
Seems to be working in this Tailwind Play which would suggest it is something to do with your project. Consider providing a Tailwind Play or a git repo that reproduces the unexpected behavior you are experiencing. |
Beta Was this translation helpful? Give feedback.
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.
-
bg-h-medium dark:bg-transparent! dark:bg-h-input-gradient
The above snippet was working fine before v4
bg-h-medium -> color
bg-h-input-gradient -> linear-gradient
for some reason the
bg-h-medium
is still applying in dark mode, not thebg-transparent
Is there something else that i should do for v4 ?
Beta Was this translation helpful? Give feedback.
All reactions