Created
July 30, 2012 14:02
-
-
Save rey/3207081 to your computer and use it in GitHub Desktop.
Responsive design helper label thingy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uses @mikesten's compass-respond