79115423

Date: 2024-10-22 18:56:53
Score: 0.5
Natty:
Report link

The issue is most likely that hover:!bg-white isn't working because tailwind doesn't support !important

Instead to make sure it works you can try to do this:

module.exports = {
  important: true,
  theme: {
    colors: {
      white: "#ffffff",
    },
  },
};

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: trinity