Merge SCSS mixins and variables into globals

This commit is contained in:
Kevin Kandlbinder 2021-11-07 14:20:31 +00:00 committed by GitHub
parent 4fadc5675b
commit 324d816c0a
14 changed files with 27 additions and 34 deletions

View file

@ -1,5 +1,4 @@
@import "../variables";
@import "../mixins";
@import "../globals";
.sectionBacklink {
display: block;

View file

@ -1,5 +1,4 @@
@import "../variables";
@import "../mixins";
@import "../globals";
.scamboxSection {
flex-grow: 1;

View file

@ -1,4 +1,4 @@
@import "../variables";
@import "../globals";
.projectHeader {
> div {