DEV Community

Discussion on: A shocking story about web development from the future 😲

Collapse
 
ingosteinke profile image
Ingo Steinke • Edited

Tailwind developer (after one day into tailwind):

<button class="md:b-5 sm:flex lol:py-4 tr-2 color-purple-not-too-black box-shadow-small-to-left ">
Enter fullscreen mode Exit fullscreen mode

Actual developer 2 days into tailwind:

<button class="Button color-purple-not-too-black">`
Enter fullscreen mode Exit fullscreen mode
.Button {
  @apply md:b-5 sm:flex lol:py-4 tr-2 box-shadow-small-to-left
}
Enter fullscreen mode Exit fullscreen mode

If tailwind was just Bootstrap 5, why not stick to bootstrap?
If CSS was easy to master, why not let anybody append their own 100 lines of !important styles to the existing 5000 lines of existing project css.
Or why not "simply" use CSS-in-JS 🤮 ?

Tailwind developer (at the end): ##**??!! .. removing my like from this article

Tailwind developer: "TIL never tap the like button before you actually read the article" 😂