summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/src/layouts/main.astro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/with-markdown-plugins/src/layouts/main.astro b/examples/with-markdown-plugins/src/layouts/main.astro
index 6b1ba2a52..854b2b425 100644
--- a/examples/with-markdown-plugins/src/layouts/main.astro
+++ b/examples/with-markdown-plugins/src/layouts/main.astro
@@ -1,4 +1,6 @@
---
+import '../styles/global.css';
+
const { content } = Astro.props;
---
@@ -9,9 +11,6 @@ const { content } = Astro.props;
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>{content.title}</title>
- <style global>
- @import "../styles/global.css";
- </style>
<style>
.nav {
border-bottom: 1px solid #ccc;