help to understand how does this plugin work in a concrete example #271
-
First of all, thank you, @ismay, for quick informative answer! But I continue to think there is a bug (or, of course, maybe I don't understand how does this plugin work)
As you can see, there is
In sum: some my targeting browsers are supported |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So there are a lot of things that could affect this not working as expected, off the top of my head:
If that is all correct it is possible that doiuse does not detect use of dvh. This plugin uses doiuse to detect browser support, so if doiuse doesn't detect it there's nothing this plugin can do. So if the above is all correct and you're still not getting a warning from this plugin you should double check that doiuse supports it: https://github.com/anandthakker/doiuse. Run doiuse directly against the file with the |
Beta Was this translation helpful? Give feedback.
So there are a lot of things that could affect this not working as expected, off the top of my head:
npx browserslist
in your project folder. It will show you the list of browsers that match your query. Check if the browsers you expect it to return are in there.