Skip to content

Instantly share code, notes, and snippets.

@bpolaszek
Created September 11, 2021 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpolaszek/8fdf3e47137a10636d062f941999235e to your computer and use it in GitHub Desktop.
Save bpolaszek/8fdf3e47137a10636d062f941999235e to your computer and use it in GitHub Desktop.
Quickly debug your current Tailwind CSS breakpoint
<!-- Temporary breakpoint debugger -->
<span class="sm:hidden">XS</span>
<span class="hidden sm:inline md:hidden">SM</span>
<span class="hidden md:inline lg:hidden">MD</span>
<span class="hidden lg:inline xl:hidden">LG</span>
<span class="hidden xl:inline">XL</span>
<!-- / Temporary breakpoint debugger -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment