fix(ci): work around false-positive biome / astro errors

see https://biomejs.dev/internals/language-support/#html-super-languages-support
This commit is contained in:
Darius Cepulis
2026-02-05 15:25:02 -06:00
parent 35132a4b31
commit 48364f17fd
4 changed files with 26 additions and 7 deletions
+1
View File
@@ -50,6 +50,7 @@ mark {
.dark .shiki span,
.dark .astro-code,
.dark .astro-code span {
/* biome-ignore lint/complexity/noImportantStyles: override shiki's inline styles */
color: var(--shiki-dark) !important;
}