summaryrefslogtreecommitdiff
path: root/docs/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages')
-rw-r--r--docs/src/pages/core-concepts/astro-components.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/core-concepts/astro-components.md b/docs/src/pages/core-concepts/astro-components.md
index da83ffb0d..d3ccebf2b 100644
--- a/docs/src/pages/core-concepts/astro-components.md
+++ b/docs/src/pages/core-concepts/astro-components.md
@@ -45,6 +45,7 @@ For best results, you should only have one `<style>` tag per-Astro component. Th
height: 50px;
width: 50px;
}
+</style>
<div class="circle"></div>
```