chore(root): migrate to biome

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-16 12:20:40 +02:00
parent 1f6e198336
commit 32e91959f6
383 changed files with 1943 additions and 3085 deletions

View File

@@ -110,9 +110,7 @@
.shine {
background-repeat: no-repeat;
background-position:
-120px -120px,
0 0;
background-position: -120px -120px, 0 0;
background-image: linear-gradient(
0 0,
rgba(255, 255, 255, 0.2) 0%,
@@ -120,16 +118,12 @@
rgba(255, 255, 255, 0.8) 45%,
rgba(255, 255, 255, 0) 50%
);
background-size:
250% 250%,
100% 100%;
background-size: 250% 250%, 100% 100%;
transition: background-position 0s ease;
}
.shine:hover {
background-position:
0 0,
0 0;
background-position: 0 0, 0 0;
transition-duration: 0.5s;
}