From ea5b36a597dad2488b2204f6396c2f3d530cdf25 Mon Sep 17 00:00:00 2001 From: taehoon Date: Tue, 27 Aug 2019 12:17:10 -0400 Subject: refactor toggling body visibility using class --- src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index fac800bc..2e20fb57 100644 --- a/src/App.scss +++ b/src/App.scss @@ -49,6 +49,10 @@ body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + + &.hidden { + display: none; + } } a { -- cgit v1.2.3-70-g09d2