79679949

Date: 2025-06-26 05:40:41
Score: 0.5
Natty:
Report link

Your styles aren't loading because Next.js thinks they’re not being used and skips them.

Just import your CSS file directly in your app, like in layout.tsx:

import 'component-library/dist/main.css'; 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Milan Gohel