cssinjs / css-vendor

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

[bug] write-mode is not prefixed properly in Edge #172

Closed franklixuefei closed 4 years ago

franklixuefei commented 4 years ago

Try this under both Chrome and Edge: https://codesandbox.io/embed/create-react-app-b6iij Chrome works but edge doesn't. This doesn't work because the vendor prefixer incorrectly prefixes -ms- where no prefix is actually needed there.

AleshaOleg commented 4 years ago

@franklixuefei you're right. thanks

AleshaOleg commented 4 years ago

https://github.com/cssinjs/css-vendor/pull/175

AleshaOleg commented 4 years ago

Released in 2.0.8