6

Trying to actually use tailwindcss makes me start hating it already. Instead of just adding a CSS style that I know without looking up, I have to look up the documentation to find a tailwind class name that contains the styles that I want to use. I still think it is great for beginners, but otherwise we have to learn two languages (CSS and TailwindCSS) instead of one now?

Comments
  • 0
    CSS frameworks in general are a monumentally stupid idea.
  • 1
    The thing is, if you are already comfortable with pure CSS or Sass, you won't need it. Until you find that separating CSS from HTML does more harm than good, for your specific case.

    I also wouldn't suggest to jump on this train without assisting tools, like autocomplete.
Add Comment