Created
December 27, 2015 23:23
-
-
Save tobyontour/d375f8dd6c81d64b6e9f to your computer and use it in GitHub Desktop.
Show which Bootstrap breakpoint is active.
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
| <div class="visible-xs">XS</div> | |
| <div class="visible-sm">SM</div> | |
| <div class="visible-md">MD</div> | |
| <div class="visible-lg">LG</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment