Created
May 2, 2016 15:33
-
-
Save mkay/7f91c4daf3534f1ca7cf90f890ba59d6 to your computer and use it in GitHub Desktop.
Bootstrap 4 Grid Inspector
This file contains hidden or 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
<!-- 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