DEV: Remove SCSS color vars fallbacks (#33)

This commit is contained in:
Penar Musaraj 2021-05-12 16:23:23 -04:00 committed by GitHub
parent 63f93fb2dc
commit 31dcacbbdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
} }
.user-note { .user-note {
border-top: 1px solid var(--primary-low, $primary-low); border-top: 1px solid var(--primary-low);
padding-top: 1em; padding-top: 1em;
&:first-of-type { &:first-of-type {