Remove extra trailing style tag

This commit is contained in:
Alexey Pyltsyn 2020-10-06 02:14:09 +03:00 committed by GitHub
parent f409905f7b
commit 545f514790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,7 +259,6 @@ For example, in shadow DOM we can use `--user-card-field-color` CSS variable to
</style>
<div class="field">Name: <slot name="username"></slot></div>
<div class="field">Birthday: <slot name="birthday"></slot></div>
</style>
```
Then, we can declare this property in the outer document for `<user-card>`: