79512049

Date: 2025-03-16 02:34:18
Score: 1.5
Natty:
Report link

I found an insightful answer by @AviFS in this answer, which explains this well. Here's a key part of their explanation:

Just replace in your .css:

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

with:

@import "tailwindcss";
@config "../../tailwind.config.js";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @AviFS
  • Low reputation (0.5):
Posted by: Asiri Piyajanaka