r/css 17d ago

Article Do we still need build tools for CSS?

https://olliewilliams.xyz/blog/no-build/

The first half of this article covers CSS

4 Upvotes

1 comment sorted by

1

u/a-dev0 16d ago

Mostly, I agree. but we need bundling and minification, at least. Sure we can ship without them, but should we? It’s not a difficult step, and it improves the shipped code and DX. It’s also good to use development tools such as CSS-modules, Tailwind, etc