ui: Move styles/ to $lib scope (#26950)

* refactor: Move `styles/` to `src/lib` and remove legacy alias

* chore: Add newline
This commit is contained in:
Aleksander Grygier
2026-08-13 08:13:52 +02:00
committed by GitHub
parent 094e53db1c
commit f2efd64141
4 changed files with 2 additions and 4 deletions
@@ -1,5 +1,5 @@
<script lang="ts">
import '$styles/katex-custom.scss';
import '$lib/styles/katex-custom.scss';
import {
getCodeInfoFromTarget,
getHastNodeId,