restruct: updated scss @import rules to @use; package upgrade

This commit is contained in:
2025-03-04 16:16:28 +01:00
parent 91803d3fef
commit c9459eb8f4
18 changed files with 10669 additions and 2430 deletions
@@ -2,6 +2,7 @@ $breakpointMd: 960px;
$breakpointSm: 550px;
$bgColor: #2b3552;
$bgColorDarker: #1f263b;
$textColor: #fff;
$secondaryColor: #1b1b1b;
$accentColor: #e4c428;
+2 -2
View File
@@ -1,4 +1,4 @@
@import './global.scss';
@use 'global';
.tab {
height: 100%;
@@ -7,7 +7,7 @@
&_header {
padding: 0.5em 1em;
background-color: $secondaryColor;
background-color: global.$secondaryColor;
text-align: center;
h2 {