Skip to content

Commit 9312d55

Browse files
committed
blurgh
1 parent 63b1dcc commit 9312d55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ To avoid issues caused by unpredictable specificity changes, scoped CSS selector
8989
In the event that you need to support ancient browsers that don't implement `:where`, you can manually alter the emitted CSS, at the cost of unpredictable specificity changes:
9090

9191
```js
92+
// @errors: 2552
9293
css = css.replace(/:where\((.+?)\)/, '$1');
9394
```
9495

0 commit comments

Comments
 (0)