From 7629b2c22b4eba5000a4111ea6e9d26b0944e04c Mon Sep 17 00:00:00 2001 From: Lumb Date: Sun, 23 Jun 2019 16:54:13 +0000 Subject: [PATCH] Call resize css This should be the right place to add an import so it affects the whole site I think? I'm new to this, forgive. --- app/javascript/flavours/glitch/styles/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/index.scss b/app/javascript/flavours/glitch/styles/index.scss index 90152c65c..3af10dfa1 100644 --- a/app/javascript/flavours/glitch/styles/index.scss +++ b/app/javascript/flavours/glitch/styles/index.scss @@ -26,3 +26,4 @@ @import 'dashboard'; @import 'bbcode'; @import 'monsterpit'; +@import 'resize'; \ No newline at end of file