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/app/+stats/video/video-stats.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+stats/video') diff --git a/client/src/app/+stats/video/video-stats.component.scss b/client/src/app/+stats/video/video-stats.component.scss index 007d5fa0e..ea75a48d3 100644 --- a/client/src/app/+stats/video/video-stats.component.scss +++ b/client/src/app/+stats/video/video-stats.component.scss @@ -1,6 +1,6 @@ @use '_variables' as *; @use '_mixins' as *; -@use '_nav' as *; +@use 'nav' as *; .stats-embed { display: flex; -- cgit v1.2.3