Back to Developer Roadmap

CSS Concatenation

src/data/best-practices/frontend-performance/content/concatenate-css-single-file.md

4.0689 B
Original Source

CSS Concatenation

CSS files are concatenated in a single file (Not always valid for HTTP/2)

If you are still using HTTP/1, you may need to still concatenate your files, it's less true if your server use HTTP/2 (tests should be made).