fix: prevent class name polution

This commit is contained in:
EnixCoda 2021-03-08 21:51:42 +08:00
parent a81f780562
commit a0f6ad3398
No known key found for this signature in database
GPG key ID: CBBA59B5858C717E

View file

@ -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;