Skip to content

Produces invalid CSS #1657

@ychaikin

Description

@ychaikin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions