Skip to content

Instantly share code, notes, and snippets.

@julia-r
Created March 16, 2018 13:54
Show Gist options
  • Save julia-r/ecfa9ffec636ddd0db7f0311ecedb9b9 to your computer and use it in GitHub Desktop.
Save julia-r/ecfa9ffec636ddd0db7f0311ecedb9b9 to your computer and use it in GitHub Desktop.
/*
* @supports
*/
#supportsCSSVariables {
display: none;
font-size: 70px;
font-family: monospace;
}
@supports (--css: variables){
#supportsCSSVariables {
display: block;
}
}
<div id="supportsCSSVariables">
This browser supports CSS variables.
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment