Skip to content

Instantly share code, notes, and snippets.

@brianofrokk3r
Created April 21, 2016 14:28
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 brianofrokk3r/4ede1dd146e45d9d4e3e2656b3d84c0a to your computer and use it in GitHub Desktop.
Save brianofrokk3r/4ede1dd146e45d9d4e3e2656b3d84c0a to your computer and use it in GitHub Desktop.
Check what bootstrap screen-size you are currently on.
<div class="hidden-sm-up">xs</div>
<div class="hidden-md-up hidden-xs-down">sm</div>
<div class="hidden-lg-up hidden-sm-down">md</div>
<div class="hidden-xl-up hidden-md-down">lg</div>
<div class="hidden-lg-down">xl</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment