Comments by "" (@diadetediotedio6918) on "Is Tailwind really the right default?" video.
-
@bangunny
Nah, I think this is a misconception. You can use tailwind before knowing CSS, and use your tailwind knowledge to use CSS better, or it can be the other way around: with your CSS knowledge you can know how to use tailwind better.
In principle, this is possible because tailwind is very descriptive, it says to you what it is doing, "bg-xxx" is clearly about a "background color", "w-xxx" is about "width", "pb-xxx" is about "padding bottom", etc... you learn by the naming and by the experience when using the tokens. After that you will use CSS, and you will start discovering there are those same keywords but in an "extended form", so the knowledge is very transferable.
8
-
3
-
1
-
1
-
1