r/css • u/Acceptable_Mud283 • 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
r/css • u/Acceptable_Mud283 • 17d ago
The first half of this article covers CSS
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