|
|
|
|
|
by geek_at
878 days ago
|
|
Especially in the HTMX community I'm alwayws wondering why people are chosing Tailwind. I tried it too and had the same problems as stated in the article. Mainly that its polluting the HTML so much. I went the opposite route and am using PicoCSS now which works with semantic tags and can even work without any classes. Feels much cleaner |
|
"The behaviour of a unit of code should be as obvious as possible by looking only at that unit of code"
https://htmx.org/essays/locality-of-behaviour/
Some people want "cleaner" and that's fine, I much prefer things to be "right there" as much as possible. Must be how my brain works