Shiny Object Syndrome?
So I don't know why, but for the past two days, I've felt like I have really started to understand CSS.
Don't get me wrong. I am talking about understanding it at the most basic level.
There is still a bunch that I don't know.
But I feel like I understand enough to be dangerous.
It was almost as if I started literally seeing things "click" together in my head.
I fixed tiny CSS annoyances on the "dev" version of DfE today -the one live at dfe.fly.dev
BUT, yesterday (and the day before yesterday) I came across a couple TailwindCSS tutorials, which I watched.
I started watching them but not really. They were playing in the background, and while I was paying attention, it felt like when we had FM radios and music was playing in the background, kinda.
The point is that TailwindCSS then started to make a lot of sense. And while I am torn between many ideas now, like separation of concerns, that I don't like messy classes in my html, or that using it requires an extra build and tooling I don't need, I have this pull to just build with it (or maybe rebuild DFe with TailwindCSS!)
I just think that with my knowledge of CSS basics, building something with TailwindCSS + DaisyUI or something like Flowbite would be super fast (and look really nice).
Here are the two tutorials I watched:
-This one by the mythical and really good teacher, Net Ninja:
[Tailwind CSS Tutorial](https://www.youtube.com/watch?v=bxmDnn7lrnk&list=PL4cUxeGkcC9gpXORlEHjc5bgnIi5HEGhw)
-and this short one by another good guy, Traversi Media:
[Tailwind Crash Course | Project From Scratch](https://www.youtube.com/watch?v=dFgzHOX84xQ&t=2626s&pp=ygUSbmV0IG5pbmphIHRhaWx3aW5k)
Should I stick to vanilla css or should I maybe just try to rebuild a tiny bit of DfE with TailwindCSS?