[Angular] Problem with recompilng Tailwind classes in dev mode #13255
Unanswered
maciekkoz98
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a problem with Tailwind 3.4.1 when I use dev mode in my Angular v.16.2.12 app. It seems that Tailwind does not find changes and does not recompile css after save.
It can refresh styles only once when I delete
.angular
folder, which keeps the cache. After that styles are not updated, so for example when I add a new color to the button, it becomes black, as the color is not added to the css.The problem does not occur when I build the app with
ng build
.In my
tailwind.config.js
I am overriding screens and extending theme colors:I am wondering if it is possible that any other package might interfere with the Tailwind:
Beta Was this translation helpful? Give feedback.
All reactions