cleanup package.json, update sass, fix router (css class issue)

This commit is contained in:
2026-03-04 22:55:56 -06:00
parent a798641848
commit 9fde302756
9 changed files with 3052 additions and 4926 deletions

View File

@@ -1,16 +1,16 @@
@import "./nav";
@use "./nav";
.menu {
position: absolute;
display: flex;
flex-direction: column;
background: $menu;
background: nav.$menu;
z-index: 10;
color: white;
width: 25%;
height: 100vh;
div {
padding: $padding;
padding: nav.$padding;
}
}