mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
restruct: updated scss @import rules to @use; package upgrade
This commit is contained in:
@@ -2,6 +2,7 @@ $breakpointMd: 960px;
|
||||
$breakpointSm: 550px;
|
||||
|
||||
$bgColor: #2b3552;
|
||||
$bgColorDarker: #1f263b;
|
||||
$textColor: #fff;
|
||||
$secondaryColor: #1b1b1b;
|
||||
$accentColor: #e4c428;
|
||||
@@ -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 {
|
||||
Reference in New Issue
Block a user