+
+
+
+
Date: Thu, 5 Sep 2019 12:28:47 -0400
Subject: [PATCH 7/7] avoid using global class
---
src/App.scss | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/App.scss b/src/App.scss
index a8850961..2190f91a 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);