summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar Seanghay <yathseanghay404@gmail.com> 2021-07-18 02:45:11 +0700
committerGravatar GitHub <noreply@github.com> 2021-07-17 15:45:11 -0400
commit234b175a196345454bf33841572dc120d3581f45 (patch)
treebe94dac814a2ab2e28071ff2deee66f3f19dd8cf /docs/src
parentb8a90b1e7dd1f098ff855301cf1b09a324759ce4 (diff)
downloadastro-234b175a196345454bf33841572dc120d3581f45.tar.gz
astro-234b175a196345454bf33841572dc120d3581f45.tar.zst
astro-234b175a196345454bf33841572dc120d3581f45.zip
closing style tag (#730)
Diffstat (limited to 'docs/src')
-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>
```