79743165

Date: 2025-08-22 08:41:23
Score: 0.5
Natty:
Report link

Since TailwindCSS generates the expected CSS code perfectly, the issue is that the expected CSS code itself does not work properly. The expected CSS code is correct:

Input

<div class="cursor-pointer">...</div>

Generated CSS (check yourself: Playground)

.cursor-pointer {
  cursor: pointer;
}

Since the syntax is correct and other overrides can be ruled out, the only remaining explanation is: a browser bug.

Some external sources mentioning a similar browser bug in Safari:

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: rozsazoltan