Skip to content

Instantly share code, notes, and snippets.

@mkay
Created May 2, 2016 15:33
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/7f91c4daf3534f1ca7cf90f890ba59d6 to your computer and use it in GitHub Desktop.
Save mkay/7f91c4daf3534f1ca7cf90f890ba59d6 to your computer and use it in GitHub Desktop.
Bootstrap 4 Grid Inspector
<!-- DEBUG -->
<div style="position: fixed; z-index:999; bottom:0;">
<span class="label label-default visible-xl-up hidden-lg-down">XL</span>
<span class="label label-success visible-lg-up hidden-xl-up hidden-md-down">LG</span>
<span class="label label-info visible-md-up hidden-lg-up hidden-sm-down">MD</span>
<span class="label label-primary visible-sm-up hidden-md-up hidden-xs-down">SM</span>
<span class="label label-warning visible-xs-up hidden-sm-up">XS</span>
</div>
<!-- /DEBUG -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment