79302989

Date: 2024-12-23 12:01:32
Score: 1
Natty:
Report link

This is only a warning that you don't use any tailwindcss utility classes in your project. If you remove @tailwind utilities; from your .css-File, the warning is gone.

like so:

@tailwind base;
@tailwind components;
// @tailwind utilities;

You can remove the comment when you use utility classes from tailwind. for example:

 <div class="shadow-md ..."></div>
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @tailwind
  • Low reputation (0.5):
Posted by: Erkan