Skip to content

Wrong minify result of min-height: -webkit-fill-available; #630

@magic-akari

Description

@magic-akari

Description

Firefox does not support the height/min-height/max-height properties, only width. See test case, Firefox bug.

-- From caniuse

Version

1.22.1

Keyword

  • minify
  • firefox
  • unsupported properties

Code

html {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

Playground

Expacted result

min-height: 100vh; should be preserved

Actual result

min-height: 100vh; is removed

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