I am an amateur dev and I realized that ... #13635
wsw70
started this conversation in
Kind words
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yes, sorry for the celebrities magazine title, but I wanted to keep it short :)
I develop from time to time, as a pure amateur, some back-front applications. They are usually for me and sometimes for work. I've been developing for some 30 years but always as a hobby.
I initially did not like TailwindCSS because of the huge boilerplate in the HTML code. I understood the idea but meh. Since I am curious I did a few projects and basically gave up.
A few days ago I went back to a project done with pure Vue/Vite, I added to style it a bit.
And this is when I had my revelation: the need to constantly add specific classes, then duplicate them because one is a bit different, or build big sass structures, and what was that class again? Was that for buttons or a single button because one manages
display
and the other one some colors.Pffff, this was crazy - I get it that TailwindCSS can really, really help. THANK YOU.
Now: I will probably be back to Quasar which has its own classes (similar to TailwindCSS). I saw that you can merge both but I am not sure that this makes sense (except if someone is an expert in TailwndCSS, or to decide on a single CSS framework, I am not sure)
Beta Was this translation helpful? Give feedback.
All reactions