Skip to content

Instantly share code, notes, and snippets.

@xyqfer
Created September 28, 2013 08:24
Show Gist options
  • Save xyqfer/6739854 to your computer and use it in GitHub Desktop.
Save xyqfer/6739854 to your computer and use it in GitHub Desktop.
Opear Hack
html:first-child>b\ody Selector {
property:value;
}
@media all and (min-width:0) {
Selector {
property: value;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
head~body Selector {
property: value;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment