- commit
- e4ee79bf757f4f7bfa9b95c93ffee87f207da459
- parent
- edee4f28afdeab22d89ec752e697607464bcadbe
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-04-11 07:49
use get-function in bezier
Diffstat
| M | sass/math.scss | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/math.scss b/sass/math.scss
@@ -274,7 +274,7 @@ $planifolia-math-steps-default: 32 !default; 274 274 /// You can specify a custom interpolation function, e.g. to interpolate 275 275 /// between colors. 276 276 /// @return {P} A single point.277 -1 @function bezier($points, $t, $interpolate: _pf-interpolate) {-1 277 @function bezier($points, $t, $interpolate: get-function(_pf-interpolate)) { 278 278 @if length($points) > 1 { 279 279 $tmp: (); 280 280 @for $i from 1 to length($points) {