Closed chrisands closed 4 years ago
I think we fixed something very similar a while ago in prefixer cc @AleshaOleg
Just another case for transition/transition-property properties, which is not covered. @chrisands thanks!
Here is PR: https://github.com/cssinjs/css-vendor/pull/169
Fixed in css-vendor@2.0.7
fixed, gonna be in 10.0.1
Expected behavior:
transition: 'ease-in-out 0.3s'
parses totransition: ease-in-out 0.3s
orDescribe the bug:
transition 'ease-in-out 0.3s'
parses totransition: false 0.3s ease 0s
Codesandbox link: https://codesandbox.io/s/stoic-hoover-91hdt
Versions (please complete the following information):
I would suggest that this is not
react-jss
problem, butjss
parser.