Skip to content

min-height: stretch is not a valid property value #825

@angelikatyborska

Description

@angelikatyborska

In box-sizing.scss, there's this code:

#{layout.$viewport-elements} {
  height: 100%;
  min-height: stretch;
}

but stretch is not a valid value for the min-height property. See https://developer.mozilla.org/en-US/docs/Web/CSS/min-height#syntax

Screenshot 2024-08-15 at 10 55 16

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions