This commit is contained in:
JBB0807 2025-04-14 14:58:37 -07:00
parent bda7b7224a
commit 18bd3aa7e9
2 changed files with 0 additions and 8 deletions

View file

@ -1,7 +0,0 @@
// Body
@use '../base/settings' as *;
body {
background-color: $light;
}

View file

@ -7,7 +7,6 @@
// Components // Components
@use './components/body';
@use './components/header'; @use './components/header';
@use './components/footer'; @use './components/footer';