anandthakker / doiuse

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

css-logical-props #102

Closed Nemo64 closed 1 year ago

Nemo64 commented 5 years ago

It seems that it logical properties are currently not detected.

I expect this to warn me about missing support: echo "body {padding-inline-start: 5px}"|doiuse --browsers "ie >= 9" https://caniuse.com/#feat=css-logical-props

pkuczynski commented 3 years ago

I would happily accept a PR if you have some time to work on it?

clshortfuse commented 1 year ago

Fixed in #159

 echo "body {padding-inline-start: 5px}"| npx doiuse --browsers "ie >= 9"
<streaming css input>:1:1: CSS Logical Properties not supported by: IE (9,10,11) (css-logical-props)