From 86cf4468afe3f75b5017fb5b90f2b25e93b895c4 Mon Sep 17 00:00:00 2001 From: David Yip Date: Wed, 18 Oct 2017 11:52:34 -0500 Subject: Update stylesheet imports in glitch components. Commit 6e5471947438fc5883e72b8184663564ffadee28 moved the Mastodon variables and mixins deeper in the directory hierarchy; this commit brings the glitch components in line with that change. --- .../glitch/components/local_settings/navigation/item/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/glitch/components/local_settings/navigation/item/style.scss') diff --git a/app/javascript/glitch/components/local_settings/navigation/item/style.scss b/app/javascript/glitch/components/local_settings/navigation/item/style.scss index 33d7d3744..7f7371993 100644 --- a/app/javascript/glitch/components/local_settings/navigation/item/style.scss +++ b/app/javascript/glitch/components/local_settings/navigation/item/style.scss @@ -1,4 +1,4 @@ -@import 'styles/variables'; +@import 'styles/mastodon/variables'; .glitch.local-settings__navigation__item { display: block; -- cgit