diff options
author | Lumb <lumb@git.multiple-creature.party> | 2019-06-23 16:54:13 +0000 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-17 02:22:16 -0500 |
commit | 7629b2c22b4eba5000a4111ea6e9d26b0944e04c (patch) | |
tree | 2ce91f0d53c2cb57a3ac925e897d1a4ea78aa724 /app | |
parent | 2e4bc1a64d33e63c7715a932f9a099ae6ae8b194 (diff) |
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.
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/index.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 |