diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-13 13:00:43 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-13 13:00:43 +0200 |
| commit | e96af5ce5e8dd00cf8a31d4812f416583defa449 (patch) | |
| tree | ad5c27baf17637929b8cdeabbc6c60b6f4569fb6 /src/layouts/Layout.astro | |
| parent | 56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a (diff) | |
New article, fix sass
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 3 |
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, |
