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.
2 parents 56f43bd + e81099b commit 6b9cc31Copy full SHA for 6b9cc31
1 file changed
8-web-components/6-shadow-dom-style/article.md
@@ -259,7 +259,6 @@ customElements.define('user-card', class extends HTMLElement {
259
</style>
260
<div class="field">Имя: <slot name="username"></slot></div>
261
<div class="field">Дата рождения: <slot name="birthday"></slot></div>
262
-</style>
263
```
264
265
Затем мы можем объявить это свойство во внешнем документе для `<user-card>`:
0 commit comments