Skip to content

Instantly share code, notes, and snippets.

@roytomeij
Created January 28, 2013 15:52
Show Gist options
  • Save roytomeij/4656638 to your computer and use it in GitHub Desktop.
Save roytomeij/4656638 to your computer and use it in GitHub Desktop.
Sass nested @supports test
parent
background: orange
@supports ((perspective: 10px) or (-moz-perspective: 10px))
child
background: blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment