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
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
@adamwathan that's interesting, in darkMode: media on 2.0.3 it works as I would expect, as seen in the backdrop-filter'd overlay in the attached screenshots:
Light Mode bg-black
Dark Mode dark:bg-white
Should I assume this will stop working? My use case isn't very complicated and I'll refactor both modes to key off of a neutral gray instead, but I would consider this breaking-ish.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using
bg-* dark:bg-*
withbg-opacity-*
, the opacity class is ignored in dark mode. This works correctly in AOT/classic mode.Reproduction repo: https://github.com/laugharn/jit-repro
The text was updated successfully, but these errors were encountered: