Replies: 3 comments 4 replies
-
Seems like an issue with angular/compiler package. Can you please cross-post this issue? |
Beta Was this translation helpful? Give feedback.
-
Update |
Beta Was this translation helpful? Give feedback.
-
It still doesn't work properly in a more complex real life Angular application with nested (mutually imported) CSS files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Angular 19 cannot recover when mistyping class name using
@apply
with Tailwind CSS 4.When I accidentally mistyped class name inside
@apply
, then fixed it, Angular couldn't have automatically recovered.tailwind.css
styles.css
application.css
The error:
After fixing an error inside...
application.css
Angular doesn't recover and the error remains. I need to restart the app.
Versions:
Beta Was this translation helpful? Give feedback.
All reactions