Created
November 11, 2020 16:49
-
-
Save nathandaly/910516d0173f8e1c7bccd6e490f443eb to your computer and use it in GitHub Desktop.
Tailwing Breakpoints
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="bg-red-500 p-1.5 responsive-debug text-center"> | |
<div class="hidden sm:hidden md:hidden lg:hidden xl:visible xl:block">XL</div> | |
<div class="hidden sm:hidden md:hidden lg:visible lg:block xl:hidden">LG</div> | |
<div class="hidden sm:hidden md:visible md:block lg:hidden xl:hidden">MD</div> | |
<div class="hidden sm:visible sm:block md:hidden lg:hidden xl:hidden">SM</div> | |
<div class="sm:hidden md:hidden lg:hidden xl:hidden">< SM</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment