Uncomment
/*
@tailwind base;
@tailwind components;
@tailwind utilities; */
Remove
@import 'tailwindcss';
Replace @theme with @layer theme Replace @reference with @apply
I hope it works on Tailwind v4!
At last, Make sure your tailwind.config.js includes any custom colors like 'primary'.