This repository demonstrates a subtle bug in Tailwind CSS when using the @apply
directive with a misspelled utility class. The issue is that Tailwind doesn't throw an error when the class is misspelled; it simply doesn't apply the style, leading to unexpected behavior that's hard to debug.
bug.html
in your browser.