79723916

Date: 2025-08-03 09:38:58
Score: 1
Natty:
Report link

As mentioned in official document you need to import theme variables

page css file path:
src/components/pages/login/page.css

@reference "../../../app/globals.css";

h3 {
  @apply bg-new-theme-color;
}

global css file path:
src/app/globals.css

@import "tailwindcss";

@theme {
--color-new-theme-color: #fbfbaa;
}

I hope its helpful

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