Created
January 14, 2019 18:01
-
-
Save pale2hall/e5629f2417e850946a1f0e7a78b20c68 to your computer and use it in GitHub Desktop.
Figure out what breakpoint is currently being displayed in Bootstrap 4
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="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