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

css-logical-props #102

Closed
Nemo64 opened this issue Feb 19, 2019 · 2 comments
Closed

css-logical-props #102

Nemo64 opened this issue Feb 19, 2019 · 2 comments

Comments

@Nemo64
Copy link

Nemo64 commented Feb 19, 2019

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
Copy link
Collaborator

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

@clshortfuse
Copy link
Collaborator

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)

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