79486656

Date: 2025-03-05 13:41:32
Score: 0.5
Natty:
Report link

Tailwind CSS

In tailwind you can utilize the class select-none.

CSS

This is the equivalent variant in CSS when utilizing select-none.

.select-none {
    -webkit-user-select: none;
    user-select: none;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: YetAnotherDuck