Merge pull request #2 from JBB0807/sass

Sass
This commit is contained in:
JB Balahadia 2025-04-14 15:01:51 -07:00 committed by GitHub
commit 1d17580817
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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';