Skip to content

Commit 775058c

Browse files
committed
update
1 parent 50d39e6 commit 775058c

File tree

4 files changed

+120
-120
lines changed

4 files changed

+120
-120
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"execa": "^9.6.1",
6262
"globals": "^17.0.0",
6363
"lint-staged": "^16.2.7",
64-
"oxfmt": "^0.26.0",
64+
"oxfmt": "^0.28.0",
6565
"picocolors": "^1.1.1",
6666
"playwright-chromium": "^1.57.0",
6767
"rolldown": "1.0.0-beta.60",

packages/create-vite/template-lit-ts/src/my-element.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class MyElement extends LitElement {
5454
padding: 2rem;
5555
text-align: center;
5656
}
57-
57+
5858
.logo {
5959
height: 6em;
6060
padding: 1.5em;
@@ -67,20 +67,20 @@ export class MyElement extends LitElement {
6767
.logo.lit:hover {
6868
filter: drop-shadow(0 0 2em #325cffaa);
6969
}
70-
70+
7171
.card {
7272
padding: 2em;
7373
}
74-
74+
7575
.read-the-docs {
7676
color: #888;
7777
}
78-
78+
7979
::slotted(h1) {
8080
font-size: 3.2em;
8181
line-height: 1.1;
8282
}
83-
83+
8484
a {
8585
font-weight: 500;
8686
color: #646cff;
@@ -89,7 +89,7 @@ export class MyElement extends LitElement {
8989
a:hover {
9090
color: #535bf2;
9191
}
92-
92+
9393
button {
9494
border-radius: 8px;
9595
border: 1px solid transparent;
@@ -108,7 +108,7 @@ export class MyElement extends LitElement {
108108
button:focus-visible {
109109
outline: 4px auto -webkit-focus-ring-color;
110110
}
111-
111+
112112
@media (prefers-color-scheme: light) {
113113
a:hover {
114114
color: #747bff;

packages/create-vite/template-lit/src/my-element.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class MyElement extends LitElement {
6161
padding: 2rem;
6262
text-align: center;
6363
}
64-
64+
6565
.logo {
6666
height: 6em;
6767
padding: 1.5em;
@@ -74,15 +74,15 @@ export class MyElement extends LitElement {
7474
.logo.lit:hover {
7575
filter: drop-shadow(0 0 2em #325cffaa);
7676
}
77-
77+
7878
.card {
7979
padding: 2em;
8080
}
81-
81+
8282
.read-the-docs {
8383
color: #888;
8484
}
85-
85+
8686
a {
8787
font-weight: 500;
8888
color: #646cff;
@@ -91,12 +91,12 @@ export class MyElement extends LitElement {
9191
a:hover {
9292
color: #535bf2;
9393
}
94-
94+
9595
::slotted(h1) {
9696
font-size: 3.2em;
9797
line-height: 1.1;
9898
}
99-
99+
100100
button {
101101
border-radius: 8px;
102102
border: 1px solid transparent;
@@ -115,7 +115,7 @@ export class MyElement extends LitElement {
115115
button:focus-visible {
116116
outline: 4px auto -webkit-focus-ring-color;
117117
}
118-
118+
119119
@media (prefers-color-scheme: light) {
120120
a:hover {
121121
color: #747bff;

0 commit comments

Comments
 (0)