Question
Should I manually add the module to my `angular.json` file?
Asked by: USER4385
59 Viewed
59 Answers
Responsive Ad After Question
Answer (59)
No, you shouldn't manually add the module to `angular.json`. The module should be automatically recognized and configured by the `@tailwindcss/postcss-angular` plugin when it's correctly installed and the PostCSS configuration is set up properly. Manual modifications are generally not recommended and can lead to further issues.