Skip to content

Instantly share code, notes, and snippets.

@caseyhoward
Created October 23, 2013 18:57
Show Gist options
  • Save caseyhoward/7124519 to your computer and use it in GitHub Desktop.
Save caseyhoward/7124519 to your computer and use it in GitHub Desktop.
@import "https://gist.github.com/caseyhoward/7124460/raw/29f31f2fe16591a88178f1d79296f0bd3dbcc969/imported.css"
/* .imported-styles {
* background-image: url('/imported.png');
* }
*/
@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