We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3949b2 commit 63b14a0Copy full SHA for 63b14a0
readme.md
@@ -155,7 +155,7 @@ Unique classnames give us style encapsulation and `_JSXStyle` is heavily optimiz
155
156
Notice that the outer `<div>` from the example above also gets a `jsx-123` classname. We do this so that
157
you can target the "root" element, in the same manner that
158
-[`:host`](https://www.html5rocks.com/en/tutorials/webcomponents/shadowdom-201/#toc-style-host) works with Shadow DOM.
+[`:host`](https://web.dev/articles/shadowdom-v1) works with Shadow DOM.
159
160
If you want to target _only_ the host, we suggest you use a class:
161
0 commit comments