From 035db86dd84c51a3cba8ed00282c03097e72395d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Feb 2023 14:51:29 +0100 Subject: Fix angular build, again Maybe a bug in the sass loader --- client/src/sass/class-helpers/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/class-helpers') diff --git a/client/src/sass/class-helpers/_common.scss b/client/src/sass/class-helpers/_common.scss index 5fe8af26f..0a81a415d 100644 --- a/client/src/sass/class-helpers/_common.scss +++ b/client/src/sass/class-helpers/_common.scss @@ -1,7 +1,7 @@ @use '_badges' as *; @use '_icons' as *; -@use '_mixins' as *; @use '_variables' as *; +@use '_mixins' as *; .link-orange { color: pvar(--mainForegroundColor); -- cgit v1.2.3