Remove extra trailing style tag
This commit is contained in:
parent
f409905f7b
commit
545f514790
1 changed files with 0 additions and 1 deletions
|
@ -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>`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue