Skip to content

Commit 545f514

Browse files
authored
Remove extra trailing style tag
1 parent f409905 commit 545f514

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 8-web-components/6-shadow-dom-style/article.md

-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ For example, in shadow DOM we can use `--user-card-field-color` CSS variable to
259259
</style>
260260
<div class="field">Name: <slot name="username"></slot></div>
261261
<div class="field">Birthday: <slot name="birthday"></slot></div>
262-
</style>
263262
```
264263

265264
Then, we can declare this property in the outer document for `<user-card>`:

0 commit comments

Comments
 (0)