-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Wrong style interpolation #2654
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
Comments
This is a webkit misfortunate feature:
Demo: https://jsfiddle.net/re2y30hh/ |
Does using non-prefixed name fix this duplicate value issue? |
Yep, |
@simplesmiler ah ok. So we get bitten by browser vendors either way. Oh well... yeah let's check for non-prefixed version first, and treat |
Fixed with #2668 |
Vue.js version
1.0.21
Steps to reproduce
What is Expected?
What is actually happening?
from css documentation of background-size:
Sets the width and height of the background image in percent of the parent element. The first value sets the width, the second value sets the height. If only one value is given, the second is set to "auto"
The text was updated successfully, but these errors were encountered: