(no title)
taphangum | 5 years ago
The advantage of Tailwind [1] is very subtle over the short term (such as not having to constantly context switch between HTML & CSS files), but dramatically impactful over the long term.
Both in terms of time-savings, as well as code quality and ability to work with others quickly.
It really is something that you must earnestly try to gain an appreciation for.
My initial reaction was the same as the authors when I first came across it. Actually using it on a real life project changed my mind.
[1] - https://planflow.dev/blog/the-main-advantage-of-tailwindcss.
jack_riminton|5 years ago
When I'm creating an element having it styled as-I-think, without having to switch to another file is a nice productivity boost
Especially if you have some sort of real-time rendering on your local server