summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/styling.md
diff options
context:
space:
mode:
authorGravatar Jonathan Neal <jonathantneal@hotmail.com> 2021-11-19 15:29:27 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-19 15:29:27 -0500
commitebd4a8be3ac2d5b3cfb12b89ea23cdb865d44960 (patch)
tree128e25d46cd5f6535becd2a8b840f7b96697103b /docs/src/pages/guides/styling.md
parent16d972fe46d02ecca98009e4eba445ef8b70cf55 (diff)
downloadastro-ebd4a8be3ac2d5b3cfb12b89ea23cdb865d44960.tar.gz
astro-ebd4a8be3ac2d5b3cfb12b89ea23cdb865d44960.tar.zst
astro-ebd4a8be3ac2d5b3cfb12b89ea23cdb865d44960.zip
Docs codeblock fixes (#1931)
* Update astro & markdown code blocks for consistency * Add 'JSX in Frontmatter' note to Migration Guide * code block improvements
Diffstat (limited to 'docs/src/pages/guides/styling.md')
-rw-r--r--docs/src/pages/guides/styling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/styling.md b/docs/src/pages/guides/styling.md
index f355c673b..167f4fb40 100644
--- a/docs/src/pages/guides/styling.md
+++ b/docs/src/pages/guides/styling.md
@@ -567,7 +567,7 @@ So in short: stop trying to deduplicate layouts when there's nothing to deduplic
In other words, don't do this:
-```jsx
+```astro
<!-- src/components/MyComponent.astro -->
<style lang="scss">
.wrapper {