Skip to content

Instantly share code, notes, and snippets.

@pmuellr
Created July 18, 2011 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pmuellr/1089529 to your computer and use it in GitHub Desktop.
Save pmuellr/1089529 to your computer and use it in GitHub Desktop.
test for weinre bug 13
<style>
.test{
color: green; /* this one is visible in the Styles side panel */
}
@media only screen and (min-width: 768px){
.test{
color: red; /* this rule isn't visible in the Style side panel. */
}
}
</style>
<p class="test">testing, testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment