diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-05 12:28:47 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-09-20 11:35:47 -0400 |
| commit | 7fe6ba2401745ce61e3fb2f438948693df322ba1 (patch) | |
| tree | 0bde79b7fea05a7955ff4cad4e014a97fc212e8d | |
| parent | 37ae0fd92c2d392cda56912707e6c52faec54334 (diff) | |
avoid using global class
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 0 insertions, 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); |
