Skip to content

Instantly share code, notes, and snippets.

@caseyhoward
Created October 23, 2013 18:30
Show Gist options
  • Save caseyhoward/7124010 to your computer and use it in GitHub Desktop.
Save caseyhoward/7124010 to your computer and use it in GitHub Desktop.
@media max-device-width: 0px {
.hidden-by-link-tag-media-query {
display: none;
}
}
.shown-by-linked-stylesheet {
display: block;
}
.shown {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment