Skip to content

Instantly share code, notes, and snippets.

@mkay
Created February 3, 2015 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkay/8dd3313c52aab382348f to your computer and use it in GitHub Desktop.
Save mkay/8dd3313c52aab382348f to your computer and use it in GitHub Desktop.
Bootstrap visual debug snippet
<!-- DEBUG -->
<div style="position: fixed; z-index:999">
<span class="label label-success hidden-xs hidden-sm hidden-md">LG</span>
<span class="label label-info hidden-xs hidden-sm hidden-lg">MD</span>
<span class="label label-primary hidden-xs hidden-md hidden-lg">SM</span>
<span class="label label-warning hidden-sm hidden-md hidden-lg">XS</span>
</div>
<!-- /DEBUG -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment