diff options
author | 2021-07-14 18:16:46 +0000 | |
---|---|---|
committer | 2021-07-14 18:16:46 +0000 | |
commit | 5814f2faca2a4b7a9d00f2895fe824ac786e6383 (patch) | |
tree | f9ac52a4b4464e043a3f6d60b97b28d390259a8b /docs/core-concepts/astro-components.md | |
parent | 007c22065daa7cd1c582a2d397619be96686be3e (diff) | |
download | astro-5814f2faca2a4b7a9d00f2895fe824ac786e6383.tar.gz astro-5814f2faca2a4b7a9d00f2895fe824ac786e6383.tar.zst astro-5814f2faca2a4b7a9d00f2895fe824ac786e6383.zip |
[ci] yarn format
Diffstat (limited to 'docs/core-concepts/astro-components.md')
-rw-r--r-- | docs/core-concepts/astro-components.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core-concepts/astro-components.md b/docs/core-concepts/astro-components.md index 6b33a2cf4..3642bb727 100644 --- a/docs/core-concepts/astro-components.md +++ b/docs/core-concepts/astro-components.md @@ -53,7 +53,7 @@ For best results, you should only have one `<style>` tag per-Astro component. Th <html> <head> <style> - ... + ...; </style> </head> <body> |