I don't recommend Tailwind CSS
11–20 of 179 posts
Re: I don't recommend Tailwind CSS
#12Re: I don't recommend Tailwind CSS
#13I tend to like simpler/textual interfaces though, admittedly this won't be everyone's cup of tea.
Re: I don't recommend Tailwind CSS
#14I think you mean floor. Floor is a minimum you need. Ceiling would be the maximum you can achieve.
Below this floor you're not useful. There's a ceiling to how much you can do with no code tools.
Re: I don't recommend Tailwind CSS
#15It did give me some ideas for my own stylesheet writing though. The colorsystem is something even non-tailwind projects will have now.
Re: I don't recommend Tailwind CSS
#16Re: I don't recommend Tailwind CSS
#17The problem isn’t tailwind, it’s css. It always has been css. That being said, it’s a hard problem and I don’t have a better idea. Tailwind seems to at least fix or move the problem in the right direction.
Re: I don't recommend Tailwind CSS
#18This is such a bikeshedding debate. While you don't recommend it, projects with Tailwind work . Over years. You can onboard new developers to it, able to contribute productively immediately . Likewise, you can pick up work after months or years and don't have to remember or rediscover how your styling layer works. The conventions and class names come really naturally fast, and you can always look it up. It's just not…
Re: I don't recommend Tailwind CSS
#19As a 26+ year frontender, years ago I was against it on so many levels. Until I tried it. Never looked back. Also, inheriting projects with someone else’s code is fine. Just a quick look at the central config and you’re good to go.
Constraints are known to enhance creativity.
Re: I don't recommend Tailwind CSS
#20The most commonly repeated point in the article is "escape hatches bad" and I think that's completely absurd. Of course you want escape hatches, otherwise when you do hit an edgecase you get stuck with no solution. That's exactly what would force you to throw away that approach and pivot. Tailwind doesn't have that problem because it was designed to include escape hatches.
Users deciding to use those escape hatches instead of sticking to a design, isn't Tailwind's fault.