From 7fe6ba2401745ce61e3fb2f438948693df322ba1 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Thu, 5 Sep 2019 12:28:47 -0400
Subject: [PATCH] avoid using global class
---
src/App.scss | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/App.scss b/src/App.scss
index a8850961c9..2190f91a3b 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -39,10 +39,6 @@ h4 {
text-align: center;
}
-.hidden {
- display: none;
-}
-
body {
font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif);