disable lint for this one line because it makes wrong assumptions

This commit is contained in:
luce 2025-07-27 23:51:43 +02:00
commit f546835d69

View file

@ -3,8 +3,7 @@
}
.stacked-container {
/* vite:stylelint complains about this, saying it's not important.
this is a mistake: it is important, so vite:stylelint should shut up */
// eslint-disable-next-line
display: flex !important;
flex-direction: column;
}