Skip to content

CSS value stretch is not being vendor prefixed #4184

@waterplea

Description

@waterplea

When I write:

.class {
  width: stretch;
}

it is supposed to be prefixed as:

.class {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
}

but it is left untouched. Got redirected here from this issue: angular/angular-cli#30302

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