CSS's problems are Tailwind's problems
colton.dev
CSS's problems are Tailwind's problems
1–10 of 179 posts
Re: CSS's problems are Tailwind's problems
#2There is also nothing stopping you mixing and matching.
Re: CSS's problems are Tailwind's problems
#3Re: CSS's problems are Tailwind's problems
#4Example: https://www.nikolailehbr.ink/blog/realistic-button-design-cs... shows an "old fashioned", 90's are back-in-vogue, 3d button.
Tailwind CSS for it becomes
After
I got eye-strain and headaches after taking over maintenance of a tailwind based website where the original developer had left the team. The class declarations are so huge with 15-30 class names in one line that you always forget where you are. Incidentally, also the top-voted discussion: https://github.com/tailwindlabs/tailwindcss/discussions/7763Re: CSS's problems are Tailwind's problems
#5Just use CSS modules. Just use CSS modules.
Re: CSS's problems are Tailwind's problems
#6If you go even minimally outside the beaten path, the tailwind CSS declarations can mutate into a frankenstein monster that makes regular CSS look like a friendly, cute koala Example: https://www.nikolailehbr.ink/blog/realistic-button-design-cs... shows an "old fashioned", 90's are back-in-vogue, 3d button. Tailwind CSS for it becomes After I got eye-strain and headaches after taking over maintenance of a tailwind ba…
Re: CSS's problems are Tailwind's problems
#7I can't take this article seriously since the recommendation is to use CSS-in-JS. Perhaps the worst CSS related invention ever, easily surpassing tailwind in it's awfulness. Just use CSS modules. Just use CSS modules.
Re: CSS's problems are Tailwind's problems
#8In the end its just another library that if you learn it well it will work for you and it has as many downsides as any other library ever used.
By the way the article seems a bit like an advertising for vanilla-extract library.
Re: CSS's problems are Tailwind's problems
#9Re: CSS's problems are Tailwind's problems
#10If you go even minimally outside the beaten path, the tailwind CSS declarations can mutate into a frankenstein monster that makes regular CSS look like a friendly, cute koala Example: https://www.nikolailehbr.ink/blog/realistic-button-design-cs... shows an "old fashioned", 90's are back-in-vogue, 3d button. Tailwind CSS for it becomes After I got eye-strain and headaches after taking over maintenance of a tailwind ba…
After