Các chiến lược giảm CSS bundle size:
- PurgeCSS / Tailwind JIT: loại bỏ unused CSS — giảm đến 90% với Tailwind
- CSS Modules / scoped CSS: tree-shake styles không dùng theo component
- cssnano: minification — xóa whitespace, shorten colors, merge rules
- Shorthand properties:
margin: 10px 20pxthay vì 4 dòng riêng - Code-split CSS theo route: mỗi trang chỉ load CSS cần thiết
- Brotli/gzip compression: bật ở server level
- DevTools Coverage tab: audit và phát hiện CSS thừa