We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I specified a compatibility of chrome >= 57 which partially support justify-content: space-evenly; but it is not detected.
justify-content: space-evenly;
The text was updated successfully, but these errors were encountered:
same issue
Sorry, something went wrong.
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)
No branches or pull requests
I specified a compatibility of chrome >= 57 which partially support
justify-content: space-evenly;
but it is not detected.The text was updated successfully, but these errors were encountered: