fix:typo in best practices documentation (#17915)

pull/17916/head
Theodore Brown 7 months ago committed by GitHub
parent bd433c5ceb
commit f598b4b3c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -143,7 +143,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
</style> </style>
``` ```
If this impossible (for example, the child component comes from a library) you can use `:global` to override styles: If this is impossible (for example, the child component comes from a library) you can use `:global` to override styles:
```svelte ```svelte
<div> <div>

Loading…
Cancel
Save