logoalt Hacker News

kylecordes04/01/20251 replyview on HN

Tailwind, at least for the last couple major versions, only adds the classes you actually use (plus the resets). Baseline size of the resets is far below 50k.

Great point about the dialog element. I used it in a project recently for the first time... It was very nice to not involve a framework-heavy "portal" scheme, etc.


Replies

fijiaarone04/02/2025

You’ll add at least 100kb of text for class names styling each HTML element using tailwind.

show 1 reply