Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created November 26, 2021 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihorduchenko/0a1d26c2e5fcaaa63b2e6fd9a269090f to your computer and use it in GitHub Desktop.
Save ihorduchenko/0a1d26c2e5fcaaa63b2e6fd9a269090f to your computer and use it in GitHub Desktop.
Defer loading CSS file using media attribute trick
<link rel="stylesheet" href="theme.css" media="print" onload="this.media='all'">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment