diff options
Diffstat (limited to 'src/partials/Footer.astro')
| -rw-r--r-- | src/partials/Footer.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index 9db5a05..dae78b7 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -18,7 +18,7 @@ </footer> <style lang="scss"> - @import "../../styles/shared.scss"; + @use "../../styles/shared.scss" as *; footer { background-color: $dark; |
