Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DoctorDerek/3a9e0189cfd9217ef7d3e6aada7c1c06 to your computer and use it in GitHub Desktop.
Save DoctorDerek/3a9e0189cfd9217ef7d3e6aada7c1c06 to your computer and use it in GitHub Desktop.
Can you spot the bug in this React .jsx code using Tailwind CSS? 🐞https://medium.com/p/4f25ef009fe8
const size = 5
<SocialSvg className={`fill-current h-${size} w-${size} m-2`} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment