From 71e5508dd0e619f4168f64ffff8fd8f6c15cb7db Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 26 Nov 2021 20:50:13 +0100 Subject: Update --- assets/css/_functions.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/_functions.scss b/assets/css/_functions.scss index 5e2518e..a641a34 100644 --- a/assets/css/_functions.scss +++ b/assets/css/_functions.scss @@ -1,7 +1,7 @@ @use 'sass:math'; @function px-to-em($s, $b: $font-size) { - @return 1 / math.div($b, 1px) * math.div($s, 1px) * 1em; + @return math.div(1, math.div($b, 1px)) * math.div($s, 1px) * 1em; } @function str-repeat($s, $n) { -- cgit v1.2.3-70-g09d2