Skip to content

Instantly share code, notes, and snippets.

@tobyontour
Created December 27, 2015 23:23
Show Gist options
  • Select an option

  • Save tobyontour/d375f8dd6c81d64b6e9f to your computer and use it in GitHub Desktop.

Select an option

Save tobyontour/d375f8dd6c81d64b6e9f to your computer and use it in GitHub Desktop.
Show which Bootstrap breakpoint is active.
<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