Kaizen Today I Learned by Ville Säävuori

Posts tagged optimization

Optimizing Tailwind CSS Production Bundle Size

Tailwind has pretty good documentation on how to optimize production builds. But if you want to really tweak your final build, you need to do a bit more manual work to find out the best configuration for that specific project. Cssnano Is Not a Silver Bullet In some cases applying cssnano can actually increase your build size.

· Read the full article →