Skip to content

Instantly share code, notes, and snippets.

@freewayspb
Created May 8, 2015 18:27
Show Gist options
  • Save freewayspb/178e75c92e034e02dfe9 to your computer and use it in GitHub Desktop.
Save freewayspb/178e75c92e034e02dfe9 to your computer and use it in GitHub Desktop.
Loading CSS without blocking render page, From http://keithclark.co.uk/articles/loading-css-without-blocking-render/
<link rel="stylesheet" href="css.css" media="none" onload="if(media!='all')media='all'"> <noscript><link rel="stylesheet" href="css.css"></noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment