enabled Biome CSS formatter and linter, applied

This commit is contained in:
Xanazf 2024-10-29 01:59:33 +02:00
parent a417b18c94
commit 77ab369187
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
7 changed files with 42 additions and 33 deletions

View file

@ -11,7 +11,9 @@
align-items: center;
gap: 0.3em;
& svg { color: hsl(var(--text)) }
& svg {
color: hsl(var(--text));
}
}
}