diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 22:21:47 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 22:21:47 +0100 |
| commit | 54dab1e00b38693e96c801d0c5a020693a35bbda (patch) | |
| tree | e0c61e6b694a1e8c8a6618671a9f5c738e6e621f /src/partials/Header.astro | |
| parent | 847294bbf1b4bfa213b7ac03757aa2cf444c31bd (diff) | |
Refactor SCSS imports to use @use syntax, update portfolio entries, and add new projects
Diffstat (limited to 'src/partials/Header.astro')
| -rw-r--r-- | src/partials/Header.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partials/Header.astro b/src/partials/Header.astro index 4378ddc..35a39ae 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -7,7 +7,7 @@ </header> <style lang="scss"> - @import "../../styles/shared.scss"; + @use "../../styles/shared.scss" as *; header { color: $accent; |
