Browse Source

Compat less 3 (#9633)

Fix #7850
pull/9824/head
ojab 7 years ago
committed by Wei Zhu
parent
commit
a3fc715d3a
  1. 2
      components/style/color/bezierEasing.less

2
components/style/color/bezierEasing.less

@ -100,6 +100,8 @@
};
this.colorEasing = BezierEasing(0.26, 0.09, 0.37, 0.18);
// less 3 requires a return
return '';
})()`;
}
// It is hacky way to make this function will be compiled preferentially by less

Loading…
Cancel
Save