Skip to content

Instantly share code, notes, and snippets.

@kmylo
Created October 18, 2021 00:23
Show Gist options
  • Save kmylo/b22bc56d5d7f2e84fe8080ea91b68b37 to your computer and use it in GitHub Desktop.
Save kmylo/b22bc56d5d7f2e84fe8080ea91b68b37 to your computer and use it in GitHub Desktop.
CT.css performance (original)
(function(){
var ct = document.createElement('link');
ct.rel = 'stylesheet';
ct.href = 'https://csswizardry.com/ct/ct.css';
document.head.appendChild(ct);
}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment