Created
January 8, 2020 14:54
-
-
Save bpolaszek/7a30f79c34df2bbb16b0419aa1a7b12f to your computer and use it in GitHub Desktop.
HTML snippet for breakpoint debugging / 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="d-inline-block d-sm-none">XS</div> | |
<div class="d-none d-sm-inline-block d-md-none">SM</div> | |
<div class="d-none d-md-inline-block d-lg-none">MD</div> | |
<div class="d-none d-lg-inline-block d-xl-none">LG</div> | |
<div class="d-none d-xl-inline-block">XL</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment