Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit e048854

Browse files
committed
configure lint
1 parent 94754d5 commit e048854

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"graphql"
7171
],
7272
"cSpell.words": [
73+
"antfu",
7374
"handson",
7475
"vitepress"
7576
]

docs/component.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -232,34 +232,34 @@ body {
232232
transform: scale(1.05);
233233
}
234234
235-
.item > div.thumbnail > img { // [!code --]
236-
width: 100%; // [!code --]
237-
height: calc(100%); // [!code --]
238-
object-fit: cover; // [!code --]
239-
} // [!code --]
240-
// [!code --]
241-
.item > div.description { // [!code --]
242-
text-align: left; // [!code --]
243-
margin-top: 20px; // [!code --]
244-
} // [!code --]
245-
// [!code --]
246-
.item > div.description > p { // [!code --]
247-
margin-top: 0px; // [!code --]
248-
margin-bottom: 0px; // [!code --]
249-
font-size: 18px; // [!code --]
250-
line-height: 25px; // [!code --]
251-
} // [!code --]
252-
// [!code --]
253-
.item > div.description > span { // [!code --]
254-
display: block; // [!code --]
255-
margin-top: 10px; // [!code --]
256-
font-size: 20px; // [!code --]
257-
} // [!code --]
258-
// [!code --]
259-
.item > div.description > span > .price { // [!code --]
260-
font-size: 28px; // [!code --]
261-
font-weight: bold; // [!code --]
262-
} // [!code --]
235+
.item > div.thumbnail > img { /* [!code --] */
236+
width: 100%; /* [!code --] */
237+
height: calc(100%); /* [!code --] */
238+
object-fit: cover; /* [!code --] */
239+
} /* [!code --] */
240+
/* [!code --] */
241+
.item > div.description { /* [!code --] */
242+
text-align: left; /* [!code --] */
243+
margin-top: 20px; /* [!code --] */
244+
} /* [!code --] */
245+
/* [!code --] */
246+
.item > div.description > p { /* [!code --] */
247+
margin-top: 0px; /* [!code --] */
248+
margin-bottom: 0px; /* [!code --] */
249+
font-size: 18px; /* [!code --] */
250+
line-height: 25px; /* [!code --] */
251+
} /* [!code --] */
252+
/* [!code --] */
253+
.item > div.description > span { /* [!code --] */
254+
display: block; /* [!code --] */
255+
margin-top: 10px; /* [!code --] */
256+
font-size: 20px; /* [!code --] */
257+
} /* [!code --] */
258+
/* [!code --] */
259+
.item > div.description > span > .price { /* [!code --] */
260+
font-size: 28px; /* [!code --] */
261+
font-weight: bold; /* [!code --] */
262+
} /* [!code --] */
263263
264264
.selected-item {
265265
background: #e3f2fd;

0 commit comments

Comments
 (0)