Skip to content

Commit 1d84f0d

Browse files
committed
prettier
1 parent 49396aa commit 1d84f0d

File tree

4 files changed

+37
-25
lines changed

4 files changed

+37
-25
lines changed

apps/svelte.dev/static/tutorial/stylesheets/halloween.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
body {
7-
display: flex;
7+
display: flex;
88
flex-direction: column;
99
align-items: center;
1010
justify-content: center;
@@ -16,11 +16,7 @@ h1 {
1616
font-size: min(8vw, 4rem);
1717
filter: drop-shadow(2px 2px 10px black);
1818
font-family: 'Schlop';
19-
background: linear-gradient(
20-
to bottom,
21-
hsl(0, 100%, 77%) 0%,
22-
hsl(0, 60%, 50%) 100%
23-
);
19+
background: linear-gradient(to bottom, hsl(0, 100%, 77%) 0%, hsl(0, 60%, 50%) 100%);
2420
-webkit-background-clip: text;
2521
-webkit-text-fill-color: transparent;
2622
}

apps/svelte.dev/static/tutorial/stylesheets/margaritaville.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
body {
7-
display: flex;
7+
display: flex;
88
flex-direction: column;
99
align-items: center;
1010
justify-content: center;

apps/svelte.dev/static/tutorial/stylesheets/retrowave.css

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
body {
7-
display: flex;
7+
display: flex;
88
flex-direction: column;
99
align-items: center;
1010
justify-content: center;
@@ -19,22 +19,37 @@ h1 {
1919
font-family: 'Road Rage';
2020
background: linear-gradient(
2121
to top,
22-
hsl(307, 74%, 63%) 1%, 0%,
23-
#0000 8%, 0%,
24-
hsl(317, 76%, 63%) 10%, 0%,
25-
#0000 16%, 0%,
26-
hsl(327, 78%, 63%) 19%, 0%,
27-
#0000 24%, 0%,
28-
hsl(337, 80%, 63%) 28%, 0%,
29-
#0000 32%, 0%,
30-
hsl(347, 82%, 63%) 37%, 0%,
31-
#0000 40%, 0%,
32-
hsl(357, 84%, 65%) 46%, 0%,
33-
#0000 48%, 0%,
34-
hsl(7, 86%, 65%) 55%, 0%,
35-
#0000 56%, 0%,
22+
hsl(307, 74%, 63%) 1%,
23+
0%,
24+
#0000 8%,
25+
0%,
26+
hsl(317, 76%, 63%) 10%,
27+
0%,
28+
#0000 16%,
29+
0%,
30+
hsl(327, 78%, 63%) 19%,
31+
0%,
32+
#0000 24%,
33+
0%,
34+
hsl(337, 80%, 63%) 28%,
35+
0%,
36+
#0000 32%,
37+
0%,
38+
hsl(347, 82%, 63%) 37%,
39+
0%,
40+
#0000 40%,
41+
0%,
42+
hsl(357, 84%, 65%) 46%,
43+
0%,
44+
#0000 48%,
45+
0%,
46+
hsl(7, 86%, 65%) 55%,
47+
0%,
48+
#0000 56%,
49+
0%,
3650
hsl(17, 88%, 65%) 57%,
37-
hsl(40, 90%, 65%) 100%);
51+
hsl(40, 90%, 65%) 100%
52+
);
3853
-webkit-background-clip: text;
3954
-webkit-text-fill-color: transparent;
4055
}

apps/svelte.dev/static/tutorial/stylesheets/spaaaaace.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
body {
7-
display: flex;
7+
display: flex;
88
flex-direction: column;
99
align-items: center;
1010
justify-content: center;
@@ -15,7 +15,8 @@ body {
1515

1616
h1 {
1717
font-size: min(8vw, 4rem);
18-
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)) drop-shadow(2px 2px 10px rgb(100, 170, 150)) drop-shadow(2px 2px 30px white);
18+
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)) drop-shadow(2px 2px 10px rgb(100, 170, 150))
19+
drop-shadow(2px 2px 30px white);
1920
font-family: 'Edge of the Galaxy';
2021
color: hsl(165, 100%, 95%);
2122
}

0 commit comments

Comments
 (0)