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 --- .../my-video-channel-syncs/my-video-channel-syncs.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.scss') diff --git a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.scss b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.scss index 88738e54d..6c09cc9ef 100644 --- a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.scss +++ b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.scss @@ -1,5 +1,5 @@ -@use '_mixins' as *; @use '_variables' as *; +@use '_mixins' as *; @use '_actor' as *; .add-sync { -- cgit v1.2.3