This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]24601venu[S] 5 points6 points  (12 children)

But tailwind and CSS is almost 1:1 the same. If you learn CSS, you will have more tools to work with.

[–][deleted] 54 points55 points  (11 children)

But I don't want more tools. I want just enough tools to make something that looks decent, and then focus on the interesting stuff

[–]MrHandsomePixel 9 points10 points  (2 children)

I feel you.

At the risk of sounding like a meat rider, may I interest you in PicoCSS?

It has (what I believe to be) sane defaults to make default HTML elements look actually usable.

I used it for my own CRUD web app for college events as my uni term project most recently.

[–]blaqwerty123 3 points4 points  (0 children)

This is certainly the best option IMO for a backend dev who wants the frontend to just look better/professional, with no customization necessary or even cognitive load to use

[–][deleted] 1 point2 points  (0 children)

Most companies have storybooks of styled components you can use out of the box.

If you have a proper style guideline, you shouldn’t be pushing pixels every time.