From eb1d0efa04ec3a304c9b254b7de67ca75f5e9538 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 20 Feb 2023 16:54:06 +0100 Subject: [PATCH] chore: add no-js class and module to replace it if JavaScript is available --- src/layouts/Layout.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 459945c..e1b77d6 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,4 +1,6 @@ --- +import '../styles/global.css'; + export interface Props { title: string; } @@ -13,7 +15,7 @@ const { title } = Astro.props; > - +