anandthakker/doiuse

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

jstebenne opened this issue · 2 comments

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

same issue

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)