Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No results for "caret-color" (in VScode) #76

Closed
ViggoV opened this issue Sep 22, 2017 · 1 comment
Closed

No results for "caret-color" (in VScode) #76

ViggoV opened this issue Sep 22, 2017 · 1 comment

Comments

@ViggoV
Copy link

ViggoV commented Sep 22, 2017

I have a hard time figuring out if this is working or not. I've been fiddling with the browser array for a while (after realising that i had to reload the window each time) and now have the following array:

["ie >= 10", "> 1% in DK", "not OperaMini"]

However, when I add caret-color to my stylesheet I get no results from Doiuse. According to caniuse.com there is no support for that in IE10 or 11..

Am I missing something? Are the caniuse API not entirely up to date? Something else?

@clshortfuse
Copy link
Collaborator

Fixed in #159

echo 'body{caret-color:pink}' | npx doiuse --browsers "ie >= 8"
<streaming css input>:1:1: CSS caret-color not supported by: IE (8,9,10,11) (css-caret-color)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants