Fix scss warnings

This commit is contained in:
Alf Sebastian Houge
2023-02-07 20:44:13 +01:00
parent 1d5794e344
commit 45456280b4
3 changed files with 5 additions and 5 deletions

View File

@@ -147,7 +147,7 @@
$max-screen,
$max-value
) {
$a: ($max-value - $min-value) / ($max-screen - $min-screen);
$a: calc(($max-value - $min-value) / ($max-screen - $min-screen));
$b: $min-value - $a * $min-screen;
$sign: '+';