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

Not detecting unsupported property value for justify-content: space-evenly #99

Closed
jstebenne opened this issue Nov 8, 2018 · 2 comments

Comments

@jstebenne
Copy link

I specified a compatibility of chrome >= 57 which partially support justify-content: space-evenly; but it is not detected.

@baixiaoyu2997
Copy link

same issue

@clshortfuse
Copy link
Collaborator

Fixed via #159

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

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

3 participants