cssinjs / css-vendor

Runtime vendor prefixing based on feature detection.
MIT License
66 stars 24 forks source link

Check supported value for dashed transition property #47

Closed aChudinov closed 6 years ago

aChudinov commented 6 years ago

When I invoke supportedValue('transition', 'max-height 100ms linear'), I have false-height 100ms linear as a result. In general, this happens with any dashed transition property.

AleshaOleg commented 6 years ago

https://github.com/cssinjs/css-vendor/pull/49 merged. @aChudinov thanks!

aChudinov commented 6 years ago

@AleshaOleg Thank you 😃

aChudinov commented 6 years ago

@AleshaOleg Will you take care of propagating these changes to jss-vendor-prefixer?

AleshaOleg commented 6 years ago

@aChudinov right now preparing build. Have some problems with webpack@4 :)

AleshaOleg commented 6 years ago

css-vendor@1.0.4 released

AleshaOleg commented 6 years ago

@aChudinov wait, what you mean under changes to jss-vendor-prefixer? https://github.com/cssinjs/jss-vendor-prefixer/blob/master/package.json#L40 This plugin will use the last version automatically. Do you mean just bump a version of css-vendor? If yes, it's already published :)

aChudinov commented 6 years ago

Cool, one more thank :)