79176986

Date: 2024-11-11 09:06:12
Score: 1
Natty:
Report link

I had an issue – tailwind styles were applied only after:

  1. Deleting .next folder
  2. Running npm run dev after
  3. For new styles repeat (1) and (2)

After some hours of debugging I find out that the problem is next.config.

For who is using TS, must use next.config.ts not next.config.ts or next.config.mjs.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Igor Nerusin