File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/svelte.dev/content/docs/ai/60-skills Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
217217</style>
218218```
219219
220- If this impossible (for example, the child component comes from a library) you can use ` :global ` to override styles:
220+ If this is impossible (for example, the child component comes from a library) you can use ` :global ` to override styles:
221221
222222``` svelte
223223<div>
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ The CSS in a component's `<style>` is scoped to that component. If a parent comp
228228</style>
229229```
230230
231- If this impossible (for example, the child component comes from a library) you can use ` :global ` to override styles:
231+ If this is impossible (for example, the child component comes from a library) you can use ` :global ` to override styles:
232232
233233``` svelte
234234<div>
You can’t perform that action at this time.
0 commit comments