-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Produces invalid CSS #1657
Copy link
Copy link
Closed
Description
This issue can be seen in Angular 12.2.7 (latest at the moment) which uses esbuild version 0.12.29.
For example, for CSS in a component like this:
margin: inherit;
margin-top: 5px;
margin-left: 5px;
If optimized, produces this CSS:
margin: 5px inherit inherit 5px;
Using inherit in the shorthand margin is not valid.
I also created an issue in the Angular repo here: angular/angular-cli#21868
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels