anandthakker / doiuse

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

Not getting warnings for aspect-ratio #143

Open amowu opened 2 years ago

amowu commented 2 years ago

The [aspect-ratio](https://caniuse.com/?search=aspect-ratio) properties won't trigger a no supported warning for Safari.

My browserslist is:

"Safari >= 10, iOS >= 10"

Caniuse says the properties above aren't supported by Safari so shouldn't I get the warnings?

piotr-cz commented 1 year ago

I doesn't trigger for Chrome >= 72 either, even that it's available since Chrome 88.