Please help me how to set tailwindcss 4.1 in angular multi-project !! #17629
Replies: 1 comment
-
Hello @parapada73 I have setup a public repository with two projects and configured tailwindcss successfully. Here you can find the repository that I have created as a POC - https://github.com/c0nstanc/tailwindcss-angular-multiproject I know this discussion is closed, however I find useful to provide a solution here so that people find the answer if they end up having similar impediments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing a multi-project angular 19.
If I create a
.postcssrc.json
file in the project root for a single project angular, it works correctly.However, it does not work for a multi-project angular !!
I searched the official documentation for hours and asked AI questions to solve this problem, but I could not get an answer.
Could you explain how to set up tailwindcss 4.1 in Angular 19 multi-project?
Result

at workspace root

at project (front) root

Beta Was this translation helpful? Give feedback.
All reactions