We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f409905 commit 545f514Copy full SHA for 545f514
1 file changed
8-web-components/6-shadow-dom-style/article.md
@@ -259,7 +259,6 @@ For example, in shadow DOM we can use `--user-card-field-color` CSS variable to
259
</style>
260
<div class="field">Name: <slot name="username"></slot></div>
261
<div class="field">Birthday: <slot name="birthday"></slot></div>
262
-</style>
263
```
264
265
Then, we can declare this property in the outer document for `<user-card>`:
0 commit comments