2617 shaares
Because browsers will download and parse the CSS file one by one before continuing rendering the page. The CSS files are downloaded sequentially instead of parallelly.
2 solutions:
- Using CSS preprocessors that bundles the CSS into one page
- Using multiple link tags instead of the css @import directive