postcss / autoprefixer

Parse CSS and add vendor prefixes to rules by Can I Use
https://twitter.com/autoprefixer
MIT License
21.57k stars 1.25k forks source link

`dvh` fallback #1490

Closed nsaunders closed 1 year ago

nsaunders commented 1 year ago

A hack people use for 100dvh is to create a fallback declaration, e.g.

height: 100dvh;
height: 100vh;

It doesn't look like Autoprefixer currently supports this. Would there be any interest?

ai commented 1 year ago

No. Since it is not a prefix. You may ask postcss-present-env developers for sort of polyfill.