WIP with auto pull file

This commit is contained in:
2025-05-06 08:47:08 -07:00
parent b9f4402bbb
commit 628f4b8a2e
6 changed files with 30 additions and 2 deletions

5
src/scss/_variables.scss Normal file
View File

@@ -0,0 +1,5 @@
$c-offWhite: #F2F2F2;
$c-offWhiteLight: #F9F8F8;
$c-navy: #063C5A;
$c-charcoal: #2B2400;
$c-tan: #B9AF78;

View File

@@ -1,2 +1,4 @@
@import "variables";
// dependancies - bootstrap
@import "../../node_modules/bootstrap/scss/bootstrap";