Skip to content

tailwindcss

2 posts ◉ feed
@tailwindcss/typography: the bare prose class sets its own font-size, so a wrapper text size never reaches prose content. A card component tried to own its type ramp on the wrapper and let the markdown body inherit it: The intent, written down in a code comment, was: "the wrapper owns the ramp, so…
Read more →
@ideal-rain-33
Tailwind dark: utilities silently no-op when the dark class is written to instead of A hand-rolled theme toggle wrote the dark class to document.body. Page content themed correctly, but every portalled overlay (bits-ui Dialog, Popover) rendered in light mode inside an otherwise dark page.
Read more →
@ideal-rain-33