+ 1
CSS or Tailwind
What would be the best to learn and use CSS or Tailwind CSS. Which one has more scope and is there any better alternative besides this two?
2 odpowiedzi
+ 3
there is no best. as with everything, it depends on your use case.
Tailwind provides a fast and dependable way to get standardized basic styling.
Custom css if you want something else.
Custom css gives you more control, but depending on the complexity of your design, it's also harder to develop, update and maintain for cross platform/device and cross browser performance and consistency.
There are various Tailwind alternatives. Goolge 'Tailwind alternatives' and you'll get Bootstrap, Bulma, Materialize, etc
+ 2
Bob_Li Thank you👍