79725608

Date: 2025-08-05 04:48:41
Score: 1
Natty:
Report link

I was running into this issue myself! What I ended up doing was to add the shared folder to the tailwind.config.js in the content setting. For instance, my config has this line

content: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html', '../shared/**/*.{js,jsx,ts,tsx}']

where all of my common components are in the shared folder/workspace.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nathan Yu