Thank you for this wonderful tutorial. I tried this using default setup and it is working.
However when tried it using multiple application setup but it doesn't work when I apply the tailwind classes directly in the html files. Although it does work when using @apply in the scss. files
Thank you for this wonderful tutorial. I tried this using default setup and it is working.
However when tried it using multiple application setup but it doesn't work when I apply the tailwind classes directly in the html files. Although it does work when using @apply in the scss. files
This does not work
This work
you mean a monorepo?
Yes. 1 Angular Workspace with multiple projects.
Finally got it to working..
First I enabled purge mode while on develop environment. Also I am linking to the wrong directories.
So for monorepo with multiple projects, purge directory should point inside the projects directory
`