diff options
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2f508f9..4952d55 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -52,7 +52,7 @@ const { title, description } = Astro.props; </html> <style is:global lang="scss"> - @import "../../styles/shared.scss"; + @use "../../styles/shared.scss" as *; html, body { |
