logoalt Hacker News

avindragtoday at 12:40 AM3 repliesview on HN

> Tailwind is the latest bootstrap

Bootstrap ships components. AFAIK you need another library if you want that in Tailwind.


Replies

elicashtoday at 2:54 AM

Here's the discussion we had about bootstrap 10 years ago:

https://news.ycombinator.com/item?id=11287413

(The underlying webpage is no longer around. But the HN discussion is.)

show 1 reply
Gualdrapotoday at 1:07 AM

But the point of the comment is that both Bootstrap and Tailwind are facilitators when you don't know/want/care about getting your hands dirty with CSS. Tailwind happens to be a little less abstract than Bootstrap, but still you're not fiddling with "low level" CSS.

That abstraction is what brings the "sameness" factor in play, though.

show 1 reply
stackghosttoday at 1:25 AM

>Bootstrap ships components.

I haven't used it in ages, but it used to be that Bootstrap also shipped drop-in CSS that would give you decent-looking styles on all the common elements, so a single minified style sheet would give you that classic "2010s startup" look.

show 2 replies