points by codethief 6 hours ago

> Personally, I'd rather deal with a localized class soup than trying to make sense of overlapping, often contradictory, cascades of styles across multiple files.

That seems like a false dichotomy. I'm a huge fan of locality (both in software engineering and in physis) but you can also "localize" your styles by scoping them appropriately. (Modern frontend frameworks typically do that automatically for you at the component level.) There is no need to use Tailwind for that.

codethief 1 hour ago

> both in software engineering and in physis

I meant physics of course!

mplewis 4 hours ago

Yes, you could build your own framework to localize your styles. Or you could just use Tailwind.

  • codethief 1 hour ago

    You're misunderstanding me. I never said you should build a framework. I said frontend frameworks already provide style locality out of the box, so there is no need to introduce an additional framework (Tailwind) for that.