Hacker News new | past | comments | ask | show | jobs | submit login

I’d love to make a simple html skeleton and basic css rules to show a comparison but I don’t have the time.



> but I don’t have the time

And this, to me, is why Tailwind is so popular and why I find it valuable. Despite looking a bit verbose at first, it’s pretty easy to pull together some pretty advanced pages without having to invest much time at all.

And the time saved only increases with more proficiency/familiarity with the available classes.

Things very quickly “just work”, and the conventions apply pretty uniformly.


It would probably take me 20 minutes or so, and would be very maintainable and not make anyone's eyes bleed. I'm not willing to put that 20 mins in to prove my point, but I am certain that the unmaintainable code vomit which they have as an example on their website took much longer than that.


You’d need to build a site with multiple pages, with multiple developers and lots of concurrent changes.

Then you’d realise why people don’t use raw CSS


I use raw CSS. I just scope it to the component level and I've never had a problem on any of the projects I've worked on. I do tend to avoid absolutely massive projects but I've worked on plenty of fairly big codebases and there is no problem as long as the CSS is scoped well using CSS modules. Inline styles are awful for maintainability and readability of the html, which is an important semantic description of your content.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: