Skip to content

Commit 7528e69

Browse files
committed
linting
1 parent e6793c8 commit 7528e69

File tree

10 files changed

+39
-37
lines changed

10 files changed

+39
-37
lines changed

src/assets/styles/alphabet.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
3333
padding: 1rem;
3434
height: fit-content;
35-
transition: transform 0.2s ease, box-shadow 0.2s ease;
35+
transition:
36+
transform 0.2s ease,
37+
box-shadow 0.2s ease;
3638
background: var(--background);
3739

3840
&:hover {
@@ -78,4 +80,4 @@
7880
.letter p {
7981
font-size: clamp(2rem, 4vw, 3rem) !important;
8082
}
81-
}
83+
}

src/assets/styles/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
margin-inline: 5rem;
1010
padding: 1rem;
1111
outline-offset: 0.5rem;
12-
}
12+
}

src/assets/styles/hindi.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
color: var(--letter__txt--2);
1717
transition: color 0.5s ease-in;
1818
}
19-
}
19+
}

src/assets/styles/menu.css

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@
88
--header-height: 80px;
99
--sidebar-width: 16ch;
1010
--timing: 0.42s;
11-
--ease: linear(0 0%,
12-
0.0036 9.62%,
13-
0.0185 16.66%,
14-
0.0489 23.03%,
15-
0.0962 28.86%,
16-
0.1705 34.93%,
17-
0.269 40.66%,
18-
0.3867 45.89%,
19-
0.5833 52.95%,
20-
0.683 57.05%,
21-
0.7829 62.14%,
22-
0.8621 67.46%,
23-
0.8991 70.68%,
24-
0.9299 74.03%,
25-
0.9545 77.52%,
26-
0.9735 81.21%,
27-
0.9865 85%,
28-
0.9949 89.15%,
29-
1 100%);
11+
--ease: linear(
12+
0 0%,
13+
0.0036 9.62%,
14+
0.0185 16.66%,
15+
0.0489 23.03%,
16+
0.0962 28.86%,
17+
0.1705 34.93%,
18+
0.269 40.66%,
19+
0.3867 45.89%,
20+
0.5833 52.95%,
21+
0.683 57.05%,
22+
0.7829 62.14%,
23+
0.8621 67.46%,
24+
0.8991 70.68%,
25+
0.9299 74.03%,
26+
0.9545 77.52%,
27+
0.9735 81.21%,
28+
0.9865 85%,
29+
0.9949 89.15%,
30+
1 100%
31+
);
3032
--sidebar-collapsed: 4rem;
3133
--sidebar-expanded: 16ch;
3234
--icon-size: 1.5rem;
@@ -471,4 +473,4 @@
471473
[data-debug="false"] .debug-toggle g:first-of-type {
472474
display: block;
473475
}
474-
}
476+
}

src/assets/styles/panel.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
background: var(--primary);
5151
}
5252

53-
& input[type="radio"]:focus-visible+.icon {
53+
& input[type="radio"]:focus-visible + .icon {
5454
outline: 2px solid var(--primary);
5555
outline-offset: 2px;
5656
border-radius: 0.25rem;
5757
}
5858

59-
& input[type="radio"]:checked+.icon {
59+
& input[type="radio"]:checked + .icon {
6060
color: white;
6161
background: var(--primary);
6262
border-radius: 0.25rem;
@@ -79,7 +79,7 @@
7979
display: none;
8080
}
8181

82-
& input[type="radio"]:checked+.icon {
82+
& input[type="radio"]:checked + .icon {
8383
color: white;
8484
}
8585

@@ -230,5 +230,4 @@
230230
& .panel__cell:nth-child(10) {
231231
--ry: 360deg;
232232
}
233-
234-
}
233+
}

src/assets/styles/reader.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
cursor: pointer;
7070
}
7171

72-
.speaker>span {
72+
.speaker > span {
7373
padding: 0.5rem;
7474
border: 1px solid grey;
7575
}
@@ -88,4 +88,4 @@
8888
.mute-button {
8989
font-size: min(2.5rem, 8vw);
9090
}
91-
}
91+
}

src/assets/styles/record.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
margin-inline: 0.5rem;
4040
}
4141

42-
& .button--group>button {
42+
& .button--group > button {
4343
font-size: 1rem;
4444
background-color: var(--button__bg--1);
4545
text-align: center;
@@ -127,5 +127,4 @@
127127
margin: 0 auto;
128128
}
129129
}
130-
131-
}
130+
}

src/assets/styles/typing.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
50% {
6262
border-color: transparent;
6363
}
64-
}
64+
}

src/assets/styles/varnmala.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
& #hindi {
3939
scroll-margin-top: calc(var(--header-height) + 80px);
4040
}
41-
}
41+
}

src/components/Letter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ const {
1313
<div class="letter">
1414
<p class="character">{letter}</p>
1515
<p data-id="tgt" class="code" title="Click to copy">{code}</p>
16-
</div>
16+
</div>

0 commit comments

Comments
 (0)