ui: Update KaTeX package and clean up logs from sass warnings (#23275)

* ui: migrate katex imports to @use to resolve SCSS deprecation warnings

* ci: Use `ubuntu-slim` for CI (UI) workflow
This commit is contained in:
Aleksander Grygier
2026-05-18 16:26:01 +02:00
committed by GitHub
parent b9a2170fce
commit 3a9c1b854d
4 changed files with 11 additions and 20 deletions
-12
View File
@@ -23,18 +23,6 @@ export default defineConfig({
minify: true
},
css: {
preprocessorOptions: {
scss: {
additionalData: `
$use-woff2: true;
$use-woff: false;
$use-ttf: false;
`
}
}
},
plugins: [tailwindcss(), sveltekit(), devtoolsJson(), llamaCppBuildPlugin()],
test: {