mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user