> [!tldr] Knocking unused code out of the bundle for smaller sizes.
Tree Shaking is removing unused code from an application before distribution. It’s done by some bundlers.
[[Tailwind]] CSS is tree-shaken when the web bundle is created. Only the classes you use are included in the bundle.
****
# More
## Source
- [[Fireship YouTube Channel]]
## Related