Skip to content

Instantly share code, notes, and snippets.

@rey
Created July 30, 2012 14:02
Show Gist options
  • Save rey/3207081 to your computer and use it in GitHub Desktop.
Save rey/3207081 to your computer and use it in GitHub Desktop.
Responsive design helper label thingy
body:before
position: absolute
top: 0
left: 0
padding: 5px
background-color: red
+opacity(0.5)
+respond-to(handhelds)
content: "Handheld"
+respond-to(wide-handhelds)
content: "Wide Handheld"
+respond-to(tablets)
content: "Tablet"
+respond-to(desktops)
content: "Desktop"
@rey
Copy link
Author

rey commented Jul 30, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment