From a0f6ad33987aefd24dd7df5e41894f97aed789c7 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 8 Mar 2021 21:51:42 +0800 Subject: [PATCH] fix: prevent class name polution --- src/styles/index.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 4f0588a..5f5786e 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -145,10 +145,6 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header- display: none; } -.invisible { - visibility: hidden; -} - @mixin flex-center { display: inline-flex; justify-content: center;