Skip to content

Commit 5ab31c1

Browse files
authored
update prettier (#144)
1 parent 77e581e commit 5ab31c1

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: https://github.com/pre-commit/mirrors-prettier
3-
rev: v4.0.0-alpha.8
2+
- repo: https://github.com/rbubley/mirrors-prettier
3+
rev: v3.5.1
44
hooks:
55
- id: prettier
66
additional_dependencies:

assets/main.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,9 @@ body {
291291
z-index: -1;
292292
border-radius: inherit;
293293
transform: scale(1.05);
294-
transition: opacity 200ms ease-out, transform 100ms ease-out;
294+
transition:
295+
opacity 200ms ease-out,
296+
transform 100ms ease-out;
295297
}
296298

297299
&:hover::before {

layouts/partials/main/cover.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@
2828
<a class="btn btn-light btn-outline-dark btn-zulip" href="http://scverse.zulipchat.com" target="_blank">
2929
Zulip
3030
</a>
31-
<a class="btn btn-light btn-outline-dark btn-twitter" href="https://x.com/scverse_team" target="_blank">
32-
𝕏
33-
</a>
34-
<a class="btn btn-light btn-outline-dark btn-bluesky" href="https://bsky.app/profile/scverse.bsky.social" target="_blank">
31+
<a class="btn btn-light btn-outline-dark btn-twitter" href="https://x.com/scverse_team" target="_blank"> 𝕏 </a>
32+
<a
33+
class="btn btn-light btn-outline-dark btn-bluesky"
34+
href="https://bsky.app/profile/scverse.bsky.social"
35+
target="_blank"
36+
>
3537
Bluesky
3638
</a>
3739
<a

0 commit comments

Comments
 (0)