Closes #1293
@@ -1,7 +1,9 @@
+@use "sass:math";
+
// spacing
$space-unit: 6px;
-$space-1: $space-unit / 2;
+$space-1: math.div($space-unit, 2);
$space-2: $space-unit;
$space-3: $space-unit * 2;
$space-4: $space-unit * 3;