Skip to content

Commit ddc11a7

Browse files
Sync svelte docs (#1313)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 9aa90c4 commit ddc11a7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/.generated/compile-errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,12 @@ A `:global` selector cannot modify an existing selector
274274
A `:global` selector can only be modified if it is a descendant of other selectors
275275
```
276276

277+
### css_global_block_invalid_placement
278+
279+
```
280+
A `:global` selector cannot be inside a pseudoclass
281+
```
282+
277283
### css_global_invalid_placement
278284

279285
```

apps/svelte.dev/content/docs/svelte/98-reference/30-compiler-errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ A `:global` selector cannot modify an existing selector
279279
A `:global` selector can only be modified if it is a descendant of other selectors
280280
```
281281

282+
### css_global_block_invalid_placement
283+
284+
```
285+
A `:global` selector cannot be inside a pseudoclass
286+
```
287+
282288
### css_global_invalid_placement
283289

284290
```

0 commit comments

Comments
 (0)