Skip to content

Instantly share code, notes, and snippets.

@drublic
Created October 15, 2012 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save drublic/3895764 to your computer and use it in GitHub Desktop.
Save drublic/3895764 to your computer and use it in GitHub Desktop.
Testing @supports
/**
* Testing @supports
*/
body {
background: red;
}
@supports (box-shadow: 2px 2px 2px black) {
body {
background: green;
}
}
<h1>Testing CSS' @supports</h1>
<p>Is @supports supported, yet? <small>green background means yes</small></p>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment