From 67cacb5ef8e198ad3f361399df69aa38971d0c26 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Tue, 28 Jul 2020 10:53:55 -0500 Subject: [Formatting] Add support for details/summary, centering; use Monsterfork v1 styling --- app/javascript/flavours/glitch/styles/monsterfork/components/index.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/javascript/flavours/glitch/styles/monsterfork/components/index.scss') diff --git a/app/javascript/flavours/glitch/styles/monsterfork/components/index.scss b/app/javascript/flavours/glitch/styles/monsterfork/components/index.scss index 827779123..c40ec2392 100644 --- a/app/javascript/flavours/glitch/styles/monsterfork/components/index.scss +++ b/app/javascript/flavours/glitch/styles/monsterfork/components/index.scss @@ -1 +1,2 @@ @import 'status'; +@import 'formatting'; \ No newline at end of file -- cgit