Comment by dillonlara115 on 06/03/2025 at 16:29 UTC

3 upvotes, 0 direct replies (showing 0)

View submission: What's your approach to CSS?

Depends on the project. A framework can save a lot of time, depending on your needs. I used to use Bootstrap but found it to be bloated over the years for most of what I was working on.

I love using scss/postcss when I can, as well.

Tailwind or something like DaisyUI, which is built on top of Tailwind, is a great option as it has some classes built to eliminate typing every Tailwind CSS utility class just to style a button. Typically, I don't think it's worth the time and effort to reinvent the wheel, so a framework will handle quite a bit of what you would need structural CSS for out of the box(grids and containers).

Replies

There's nothing here!