Skip to content

Instantly share code, notes, and snippets.

@dillingham
Created March 13, 2020 17:15
Show Gist options
  • Save dillingham/c02ca5b6acff4c69ced3de88128e1688 to your computer and use it in GitHub Desktop.
Save dillingham/c02ca5b6acff4c69ced3de88128e1688 to your computer and use it in GitHub Desktop.

Needed to see the breakpoints, little helper markup

<div class="absolute top-0 left-0 bg-black text-white p-3">
  <span class="hidden sm:block">sm</span>
  <span class="hidden md:block">md</span>
  <span class="hidden lg:block">lg</span>
  <span class="hidden xl:block">xl</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment