diff options
author | 2021-10-14 08:33:58 -0400 | |
---|---|---|
committer | 2021-10-14 08:33:58 -0400 | |
commit | 4dbad5d5ff164167ae5b61ab6c2e46605fc25b14 (patch) | |
tree | 632fcea58128765cd33489c70b927b4c17a44ca4 /docs/src/pages/guides/styling.md | |
parent | a0becd24b4f44a8ee92533c3baf943e760ee7584 (diff) | |
download | astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.tar.gz astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.tar.zst astro-4dbad5d5ff164167ae5b61ab6c2e46605fc25b14.zip |
Added descriptions to docs pages (#1550)
Diffstat (limited to 'docs/src/pages/guides/styling.md')
-rw-r--r-- | docs/src/pages/guides/styling.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/guides/styling.md b/docs/src/pages/guides/styling.md index 6eda32bd3..d0b5300dd 100644 --- a/docs/src/pages/guides/styling.md +++ b/docs/src/pages/guides/styling.md @@ -1,6 +1,7 @@ --- layout: ~/layouts/MainLayout.astro title: Styling & CSS +description: Learn how to style components with Astro. --- Astro includes special handling to make writing CSS as easy as possible. Styling inside of Astro components is done by adding a `<style>` tag anywhere. |