- commit
- 06b7bf370c5faf9a8f45c224f72266f1a4b454e2
- parent
- 7ad24e9942c3eca601b5406da22f7b1eb341376f
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2016-06-28 20:42
typo
Diffstat
| M | sass/math.scss | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/math.scss b/sass/math.scss
@@ -114,7 +114,7 @@ $planifolia-math-steps-default: 32 !default; 114 114 @if $x <= 0 { 115 115 @error 'cannot calculate log of #{$x}'; 116 116 } @else if $x >= 1 {117 -1 // choose the smaller option (-1) because it yield better-1 117 // choose the smaller option (-1) because it yields better 118 118 // results in ln(). 119 119 @return str-length(inspect(round($x))) - 1; 120 120 } @else {