Skip to content

Instantly share code, notes, and snippets.

@noblesilence
Created March 6, 2018 03:21
Show Gist options
  • Save noblesilence/f38d97d28331d1158285830e970b090e to your computer and use it in GitHub Desktop.
Save noblesilence/f38d97d28331d1158285830e970b090e to your computer and use it in GitHub Desktop.
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this in a modern browser such as latest version of Chrome or Microsoft Edge.");</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment