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 "../mixins";
@import "../variables";
@import "../globals";
.languageModal {
position: fixed;

View file

@ -1,5 +1,4 @@
@import "../variables";
@import "../mixins";
@import "../globals";
.offscreenNav {
position: fixed;