You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add error recovery for @apply directives to avoid stuck error state
This commit addresses an issue where the PostCSS plugin would get stuck in an error state
when processing files with invalid @apply directives, particularly affecting Angular 19
applications. The fix:
1. Adds error recovery in the @apply directive processor to gracefully handle errors
2. Prevents the PostCSS plugin from getting stuck in an error state after encountering
an invalid @apply directive
0 commit comments