Created
October 18, 2021 00:23
-
-
Save kmylo/b22bc56d5d7f2e84fe8080ea91b68b37 to your computer and use it in GitHub Desktop.
CT.css performance (original)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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