anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

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

Closed jstebenne closed 1 year ago

jstebenne commented 5 years ago

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

baixiaoyu2997 commented 2 years ago

same issue

clshortfuse commented 1 year ago

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)