fix(scss): remove unnecessary import (#146)

This commit is contained in:
Jimmy Cai 2021-02-17 10:29:40 +01:00 committed by GitHub
parent cef9fe2549
commit 0429678d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
@import "variables.scss";
.keep-sidebar { .keep-sidebar {
@media (min-width: $on-phone) and (max-width: $on-tablet) { @media (min-width: $on-phone) and (max-width: $on-tablet) {
--main-top-padding: 50px; --main-top-padding: 50px;