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

Elaborate on how style auto-prefixing works #1062

Merged
merged 1 commit into from
May 23, 2021

Conversation

skirtles-code
Copy link
Contributor

Closes #1059.

I've tried to give a little more detail about how the auto-prefixing of styles works. Specifically:

  1. I've removed the mention of transform as that hasn't needed prefixing for ages.
  2. I've tried to make it clearer that a prefixed style will only be included if it is required by the current browser. The previous wording may have led some people to expect to see multiple, prefixed properties, similar to what you might get in a CSS file. I think that was the underlying source of confusion in Vue failed to 'Auto-prefixing' ? #1059.

@NataliaTepluhina NataliaTepluhina merged commit e465293 into vuejs:master May 23, 2021
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

Successfully merging this pull request may close these issues.

Vue failed to 'Auto-prefixing' ?
2 participants