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
The logic right now is that we override the base CSS completely when there's tailwind CSS, which is probably the more sensible behavior (we can't really know what the tailwind CSS is doing, for example in which way it supports dark mode). Merging CSS could result in weird outcomes.
We could however add some basic dark mode support built-in - but it would only work when you're not adding your own global CSS (which will be possible through #1383)
Uh oh!
There was an error while loading. Please reload this page.
I tried using
:global(body)
but that doesn't seem to work.Recording.2025-04-05.154654.mp4
The behaviour is also different from when the tailwind CDN is imported. REPL
The text was updated successfully, but these errors were encountered: