you cant use this with an existing codebase because this will change the entire code
2025-07-27 06:21:41
0
Danho :
Someone please enlighten me on why Tailwind is even popular. You get to skip on css with the cost of making your markup unreadable by basically applying styles in the same file?
2025-05-23 17:31:01
10
Fulvio Cosco :
I'll never get this tailwind things, if you know BEM and how to use CSS there's no need to write a book in the HTML
2025-05-22 11:11:12
96
Walters Orion :
Tailwind is typically like writing inline CSS and it turns out messy... I don't know why most devs love it.
2025-06-08 19:01:11
0
mon :
css is the most fun and versatile thing to code i dont know why people would learn this instead of learning to write css from scratch but thats just me
2025-07-02 20:49:25
3
Finn Winchester :
Tailwind is css for those who don’t have the capacity to learn css.
2025-07-09 08:47:38
0
Julio :
sass and @apply
2025-07-28 19:44:09
0
fjort :
What’s the difference between classname and class?
2025-05-22 18:55:14
2
Leroy Jenkins :
Love all the boomer coders in the comments not able to understand why tailwind is so incredibly popular and GOOD.
2025-05-24 12:55:56
19
Horus 𓂀 :
and how did tailwind gain popularity over bootstrap?
2025-05-22 21:27:37
0
da_tiller :
abstract huge pieces of html into components and then passing dynamic tailwind classes via props 🤷♂️
2025-05-24 10:52:41
0
Brandon Barringer :
I'm still trying to figure out what problem tailwind solves that wasn't already solved.
2025-07-23 01:26:38
0
Jack Burton :
you need at least each class in a new row, otherwise git diff will be hell on earth
2025-07-21 06:58:14
0
El Mero Mero :
I swear to god developers will use whatever excuse to add just one more extension to VSCode
2025-05-23 03:03:01
65
Robin Giel :
First use a linter to organize the logic of the classes. if you hava allot of classes you can also use CLSX or CVA to organize it better. Note on the tailwind fold extension, that defeats the readability purpose.
2025-05-29 17:12:10
0
anma :
if you’re not using non-headlesss ui component lib, just convert it to class and use apply and make sure put it in the right layer so u can still override classes that needs to be overriden (adding ! will do also)
2025-05-26 01:01:32
0
༒ :
For first one you can use prettier plugin for tailwind which also sort classes, so you and other devs can use make like npm run format instead of bunch of extensions
2025-07-12 18:47:34
0
Dawid :
Tailwind made me scrap an entire webapp I've made for a client. Every update was painful 😖 rewrote the whole think with SCSS
2025-05-23 16:57:26
6
d :
Tailwind is the worst thing to happen to the web since they removed the blink tag
2025-07-18 20:58:36
0
o :
if you use something like shadcn/ui, almost all styling is pushed down to the primitives which makes the classnames quite small🙏🏻
2025-05-22 19:08:54
1
weekdeyran :
nah just buy a wider monitor
2025-05-22 14:21:00
80
shadow :
there a feature called world warp on Vs code did U try that
2025-07-15 17:03:37
0
erroreros :
i found tailwind fold more annoying than anything else
2025-05-22 11:07:57
169
To see more videos from user @codercontent, please go to the Tikwm
homepage.