[react-jss]: wrong 'transition' parse #1204
Labels
bug
It went crazy and killed everyone.
complexity:moderate
We talked about it, you can do it!
important
The thing you do when you wake up!
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.The text was updated successfully, but these errors were encountered: