From dec249457b8bbcfc3564145de12f9d724ae46288 Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Thu, 10 Nov 2022 06:41:02 +0000 Subject: [PATCH] th: 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 c172c2d157..3c9698cdb5 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 9e4049ff51..4b9e9d3fc6 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 +}