Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created May 4, 2025 02:24
Show Gist options
  • Save henshaw/d1b47ec64f3a6d71897dd4f7c331e969 to your computer and use it in GitHub Desktop.
Save henshaw/d1b47ec64f3a6d71897dd4f7c331e969 to your computer and use it in GitHub Desktop.
Defering CSS that isn't required for the initial render
<link rel="preload" href="path/to/stylesheet.css" as="style" onload="this.rel='stylesheet'">
@henshaw
Copy link
Author

henshaw commented May 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment