Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created May 31, 2016 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save LeaVerou/e9e2df36af7c64ce611df6eb4cb454c4 to your computer and use it in GitHub Desktop.
Save LeaVerou/e9e2df36af7c64ce611df6eb4cb454c4 to your computer and use it in GitHub Desktop.
CSS variables test
/**
* CSS variables test
*/
html { background: red }
@supports (--variables: yes) { /* any variable and any value works */
/* Code here will only be applied in CSS variable-supporting UAs */
html {
background: green;
}
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment