Lego2012
9/26/2016 - 10:01 PM

HTML5 Boilerplate - Faster Page Load Hack

HTML5 Boilerplate - Faster Page Load Hack

<!-- 
This empty conditional comment hack is used to basically increase performance of your site.
When conditional comments are used on your site, for example, for an ie6 conditional stylesheet,
it will block further downloads until the css files are fully downloaded, hence increasing load time.
To solve this issue, an empty conditional comment, like below, is used before any css is loaded in the
document, and the problem will be solved! For further reading, check out this article. 
-->

<!--[if IE]><![endif]-->