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

Not getting warnings for logical border-radius properties #139

Closed
t0byman opened this issue Jun 16, 2021 · 1 comment
Closed

Not getting warnings for logical border-radius properties #139

t0byman opened this issue Jun 16, 2021 · 1 comment

Comments

@t0byman
Copy link

t0byman commented Jun 16, 2021

These 4 logical properties won't trigger a no supported warning for Safari, how come?

  • border-start-start-radius
  • border-start-end-radius
  • border-end-start-radius
  • border-end-end-radius

My browserslist is:
"> 1%", "last 1 Android versions", "last 1 ChromeAndroid versions", "last 2 Chrome versions", "last 2 Firefox versions", "last 2 Safari major versions", "last 2 iOS major versions", "last 2 Edge versions", "last 2 Opera versions", "not op_mini all"

Caniuse says the properties above aren't supported by Safari so shouldn't I get the warnings?

@clshortfuse
Copy link
Collaborator

Fixed:

echo "body {border-start-start-radius: 5px}"| npx d
oiuse --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

2 participants