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

bug: handling of prefixed properties is inconsistent #4

Open
kristerkari opened this issue Mar 20, 2018 · 0 comments
Open

bug: handling of prefixed properties is inconsistent #4

kristerkari opened this issue Mar 20, 2018 · 0 comments

Comments

@kristerkari
Copy link

kristerkari commented Mar 20, 2018

This should be allowed, but gives a warning:

.foo {
  transition-property: -webkit-transform;
}

This does not give a warning:

.foo {
  transition: -webkit-transform 2ms linear;
}

This should be allowed, but gives a warning:

.foo {
  transition-property: -webkit-text-stroke-color;
}

This does not give a warning:

.foo {
   transition: -webkit-text-stroke-color 2ms linear;
}

/ping @konstantin24121

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

1 participant