diff options
Diffstat (limited to 'docs/src/pages/guides/styling.md')
-rw-r--r-- | docs/src/pages/guides/styling.md | 2 |
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 { |