Skip to content

Instantly share code, notes, and snippets.

@Wilto
Created November 6, 2014 16:46
Show Gist options
  • Save Wilto/af6095ce6a0b69b1b0c6 to your computer and use it in GitHub Desktop.
Save Wilto/af6095ce6a0b69b1b0c6 to your computer and use it in GitHub Desktop.
.widget {
behavior: viewport;
}
.widget .dingus {
background: #8a1e1b;
}
.widget:media(min-width: 30em) .dingus {
background: #e20e03;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment