I don't understand why tailwind would force you to write more divs then CSS. How do selectors solve the problem of how many elements you need to use to achieve the same design?
Tailwind vs. Semantic CSS
11–20 of 211 posts
Re: Tailwind vs. Semantic CSS
#12* The irony being in this article is that the CSS file is also larger
Re: Tailwind vs. Semantic CSS
#13Btw Bootstrapt is still there
EDIT: Semantic css is also bandwidth friendly for mobile connection.
Re: Tailwind vs. Semantic CSS
#14Re: Tailwind vs. Semantic CSS
#15I just moved our website from semantic to tailwind after I didn’t understand the semantic bits anymore. Main problem was: the semantic css was elegant, but understanding it again after half a year of not editing the page took super long. Tailwind is clear. The code looks uglier but I instantly know what’s going on. No hidden things. And no fear in editing a piece of html that it will break sth else. Huge upside.
Longer than converting the entire website to Tailwind?
Re: Tailwind vs. Semantic CSS
#16Thanks for confirming my suspicions regarding Tailwind. Their marketing loves talking about how small the CSS file size is vs semantic, but that code still has to go somewhere - and it's a bait and switch of "smaller css" with the cost of an inflated html file * The irony being in this article is that the CSS file is also larger
Re: Tailwind vs. Semantic CSS
#17I just moved our website from semantic to tailwind after I didn’t understand the semantic bits anymore. Main problem was: the semantic css was elegant, but understanding it again after half a year of not editing the page took super long. Tailwind is clear. The code looks uglier but I instantly know what’s going on. No hidden things. And no fear in editing a piece of html that it will break sth else. Huge upside.
Re: Tailwind vs. Semantic CSS
#18I find Tailwind really good for prototyping designs and iterating quickly, and as the design becomes more crystallised then I moved to semantic css and start to clean up the complexity. Once I've figure out that patterns and components required...
Re: Tailwind vs. Semantic CSS
#19I just moved our website from semantic to tailwind after I didn’t understand the semantic bits anymore. Main problem was: the semantic css was elegant, but understanding it again after half a year of not editing the page took super long. Tailwind is clear. The code looks uglier but I instantly know what’s going on. No hidden things. And no fear in editing a piece of html that it will break sth else. Huge upside.
Re: Tailwind vs. Semantic CSS
#20I don't agree with this post at all. It seems like it's been written by someone who never actually used Tailwind CSS: I had the same doubts before using it.