chore: prettier

Signed-off-by: Sofia Sjöblad <ssjoblad@spotify.com>
This commit is contained in:
Sofia Sjöblad
2025-10-09 12:13:19 +02:00
parent 2591b42366
commit ad739a5f25
@@ -49,7 +49,7 @@
border-bottom: 1px solid var(--bui-border);
}
.bui-Dialog [slot="title"] {
.bui-Dialog [slot='title'] {
font-size: var(--bui-font-size-3);
}
@@ -68,20 +68,20 @@
/* Keyframe animations */
@keyframes fade-in {
from {
opacity: 0;
from {
opacity: 0;
}
to {
opacity: 1;
to {
opacity: 1;
}
}
@keyframes fade-out {
from {
opacity: 1;
from {
opacity: 1;
}
to {
opacity: 0;
to {
opacity: 0;
}
}
@@ -105,4 +105,4 @@
opacity: 0;
transform: scale(0.95);
}
}
}