We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b74e5 commit cf34b24Copy full SHA for cf34b24
applyCss.min.js
@@ -1 +1 @@
1
-function applyCss(c){var d=document,s=d.createElement('style');s.appendChild(d.createTextNode(c));(d.querySelector('head')||d.body||d.documentElement).appendChild(s)}
+function applyCss(c){let d=document,s=d.createElement('style');s.appendChild(d.createTextNode(c));(d.head||d.body||d.documentElement).appendChild(s)}
0 commit comments