Skip to content

Instantly share code, notes, and snippets.

@gregwhitworth
Last active March 17, 2017 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregwhitworth/d12e7f20de97aa9d7f959e174bfbe38e to your computer and use it in GitHub Desktop.
Save gregwhitworth/d12e7f20de97aa9d7f959e174bfbe38e to your computer and use it in GitHub Desktop.
custom-props-feature-detection.css
body {
background: red;
}
@supports(--foo: blue) {
body {
background: green;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment