From 5737f2466f4af4a9bf383c06385cee5304ae7a98 Mon Sep 17 00:00:00 2001 From: Nogweii Date: Mon, 20 Nov 2023 00:12:29 -0700 Subject: [PATCH] Actually import the math library --- sass/_helpers.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/_helpers.scss b/sass/_helpers.scss index 94f9e38..c0b3d2b 100644 --- a/sass/_helpers.scss +++ b/sass/_helpers.scss @@ -1,3 +1,5 @@ +@use 'sass:math'; + /** * Sizes */ @each $class, $size in $keyrune_sizes {