anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.25k stars 51 forks source link

Offense only `vmax` viewport-unit #83

Open AlexWayfer opened 6 years ago

AlexWayfer commented 6 years ago

I have the CSS:

min-width: 100vw;

And I'm getting the offence:

Unexpected browser feature "viewport-units" is only partially supported by IE 11

But at caniuse.com I see:

Partial support refers to not supporting the "vmax" unit.

clshortfuse commented 1 year ago

Tag #160