From 8d1fe49d810d50b877f58bbb6a77febe0dbea8af Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 10 Nov 2022 06:41:02 +0000 Subject: [PATCH] try to fix compile --- app/javascript/skins/glitch/mastodon-system/common.scss | 4 ++-- app/javascript/skins/vanilla/mastodon-system/common.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/skins/glitch/mastodon-system/common.scss b/app/javascript/skins/glitch/mastodon-system/common.scss index c172c2d1579..3c9698cdb5b 100644 --- a/app/javascript/skins/glitch/mastodon-system/common.scss +++ b/app/javascript/skins/glitch/mastodon-system/common.scss @@ -1,4 +1,4 @@ -@import 'flavours/glitch/styles/mastodon'; +@import 'flavours/glitch/styles/application'; @media (prefers-color-scheme: light) { @import 'flavours/glitch/styles/mastodon-light'; -} \ No newline at end of file +} diff --git a/app/javascript/skins/vanilla/mastodon-system/common.scss b/app/javascript/skins/vanilla/mastodon-system/common.scss index 9e4049ff51e..4b9e9d3fc63 100644 --- a/app/javascript/skins/vanilla/mastodon-system/common.scss +++ b/app/javascript/skins/vanilla/mastodon-system/common.scss @@ -1,4 +1,4 @@ -@import 'styles/mastodon'; +@import 'styles/application'; @media (prefers-color-scheme: light) { @import 'styles/mastodon-light'; -} \ No newline at end of file +}