Tailwind CSS and Beyond
Recently, this website of mine was redesigned.
The
“Tailwind is different from frameworks like Bootstrap, Foundation, or Bulma in that it’s not a UI kit.” “It doesn’t have a default theme, and there are no built-in UI components.” “On the flip side, it also has no opinion about how your site should look and doesn’t impose design decisions that you have to fight to undo.”
Tailwind CSS, Web Page, What is Tailwind?
Tailwind is a utility first HTML
will contain many
html
<div class="bg-white mx-auto max-w-sm shadow-lg rounded-lg overflow-hidden">
The above looks like bad practice but you’ll get used to its utility-like nature
very quickly and may end up writing CSS
then Tailwind might not be that
interesting.
CSS
at all. In repetitive situations we
can implement abstractions by
extracting components.