Skip to content

Instantly share code, notes, and snippets.

@pale2hall
Created January 14, 2019 18:01
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 pale2hall/e5629f2417e850946a1f0e7a78b20c68 to your computer and use it in GitHub Desktop.
Save pale2hall/e5629f2417e850946a1f0e7a78b20c68 to your computer and use it in GitHub Desktop.
Figure out what breakpoint is currently being displayed in Bootstrap 4
<div class="alert alert-success d-none d-sm-block d-md-none"> SM </div>
<div class="alert alert-success d-none d-md-block d-lg-none"> MD </div>
<div class="alert alert-success d-none d-lg-block d-xl-none"> LG </div>
<div class="alert alert-success d-none d-xl-block"> XL </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment