variables

This commit is contained in:
VividTruthKeeper 2022-09-19 14:35:45 +05:00
parent 5528e94394
commit 390e7acbc8
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
$base-gray: #f2f2f2;
$base-orange: #f96d00;
$light-dark: #393e46;
$base-black: #222831;

View File

@ -1,3 +1,4 @@
@import "./variables";
@import "./general";
@import "./login";
@import "./nav";