Skip to content

Instantly share code, notes, and snippets.

@bencallahan
Created October 24, 2012 20:04
Show Gist options
  • Save bencallahan/3948483 to your computer and use it in GitHub Desktop.
Save bencallahan/3948483 to your computer and use it in GitHub Desktop.
Invalid "not print" media query
@media (not print, braille, embossed, speech, tty) and (min-width: 30em) {
/* styles here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment