aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/Layout.astro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 5ef87ac..30251ae 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -71,7 +71,8 @@ const urlWithoutLocale = getUrlWithoutLocale(Astro.url.pathname);
</html>
<style is:global lang="scss">
- @use "../../styles/shared.scss" as *;
+ @use "../../styles/variables" as *;
+ @use "../../styles/shared";
@use "sass:color";
html,