You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have markup such as class="bg-zinc-200 dark:bg-zinc-800 ". This worked fine with Tailwind 3.1.8, but after upgrading to Tailwind 3.4.1, bg-zinc-800 is displaying as a light background, presumably getting flipped to bg-zinc-100.
The text was updated successfully, but these errors were encountered:
We have markup such as
class="bg-zinc-200 dark:bg-zinc-800 "
. This worked fine with Tailwind 3.1.8, but after upgrading to Tailwind 3.4.1,bg-zinc-800
is displaying as a light background, presumably getting flipped tobg-zinc-100
.The text was updated successfully, but these errors were encountered: