I’m just converting a alredy made CSS file into a LESS and would like to know why cant I add transition-timing function in the less stylesheet
the code
-webkit-transition-timing function: linear, ease-in;
-moz-transition-timing function: linear, ease-in;
transition-timing function: linear, ease-in;
the error

the reason?
1) You’re missing the
-before function.2) You can only define one value for
*-transition-timing-function.CSS