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";
.priceAmount {
display: flex;

View file

@ -1,5 +1,4 @@
@import "../variables";
@import "../mixins";
@import "../globals";
.friendsList {
@include flexList;

View file

@ -1,5 +1,4 @@
@import "../variables";
@import "../mixins";
@import "../globals";
.heroSection {
width: 100%;

View file

@ -1,5 +1,4 @@
@import "../variables";
@import "../mixins";
@import "../globals";
.projectList {
@include flexList;

View file

@ -1,5 +1,4 @@
@import "../variables";
@import "../mixins";
@import "../globals";
.socialList {
@include flexList;