File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
apps/svelte.dev/content/docs/svelte/98-reference Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,12 @@ A `:global` selector cannot modify an existing selector
274
274
A `:global` selector can only be modified if it is a descendant of other selectors
275
275
```
276
276
277
+ ### css_global_block_invalid_placement
278
+
279
+ ```
280
+ A `:global` selector cannot be inside a pseudoclass
281
+ ```
282
+
277
283
### css_global_invalid_placement
278
284
279
285
```
Original file line number Diff line number Diff line change @@ -279,6 +279,12 @@ A `:global` selector cannot modify an existing selector
279
279
A `:global` selector can only be modified if it is a descendant of other selectors
280
280
```
281
281
282
+ ### css_global_block_invalid_placement
283
+
284
+ ```
285
+ A `:global` selector cannot be inside a pseudoclass
286
+ ```
287
+
282
288
### css_global_invalid_placement
283
289
284
290
```
You can’t perform that action at this time.
0 commit comments