Hacker News new | ask | show | jobs
by halfcat 128 days ago
In my editor this looks like this, with an extension like Tailwind Fold or Inline Fold:

    <div class="...">
      <p class="...">
        Because Tailwind is so low-level, it never encourages you to design the same site twice. Some of your favorite sites are built with Tailwind, and you probably had no idea.
      </p>
    </div>
1 comments

Ok, and how does it look when you want to read or edit the “classes”?
yeah, Tailwind feels to me like a "write-only" solution.