Hi!
when defining multiple transitions, this plugin fails to convert the second one.
Input
transition: color 0.5s ease-out-cubic, background 0.5s ease-out-cubic;
Output
transition: color 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000), background 0.5s ease-out-cubic;