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.
1 parent f781fc6 commit 21c61cbCopy full SHA for 21c61cb
2 files changed
packages/create-vite/template-lit-ts/src/my-element.ts
@@ -76,7 +76,7 @@ export class MyElement extends LitElement {
76
color: #888;
77
}
78
79
- h1 {
+ ::slotted(h1) {
80
font-size: 3.2em;
81
line-height: 1.1;
82
packages/create-vite/template-lit/src/my-element.js
@@ -92,7 +92,7 @@ export class MyElement extends LitElement {
92
color: #535bf2;
93
94
95
96
97
98
0 commit comments