Skip to content

Instantly share code, notes, and snippets.

@josephdburdick
Created March 17, 2014 01:10
Show Gist options
  • Save josephdburdick/9592241 to your computer and use it in GitHub Desktop.
Save josephdburdick/9592241 to your computer and use it in GitHub Desktop.
Stylus Utility Belt: _breakpoint-inspector.styl
body
&:after
padding : 5px 20px
display : inline-block
position : fixed
bottom : 0
right : 5px
background: black
color : white
z-index : 999
@media lg
content 'lg'
@media md
content 'md'
@media sm
content 'sm'
@media xs
content 'xs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment